AS & A Level Computer Science (9618) - Chapter 6: Assembly Language

preview_player
Показать описание
0:00 Introduction to Machine Code
2:31 Assembly Language
5:00 Symbolic Addressing, Absolute Addressing, and Relative Addressing
10:27 Two-pass Assembler
14:10 Addressing Modes (Immediate, Direct, Indirect, Indexed)
17:00 Assembly Language Instruction - Data Movement
19:55 Assembly Language Instruction - Input and Output
20:20 Assembly Language Instruction - Comparison and Jumps
23:20 Assembly Language Instruction - Arithmetic Operations
24:14 Assembly Language Instruction - Shift Operations
26:58 Assembly Language Instruction - Bitwise Logic Operations (Useful to understand Chapter 7)
27:47 Further Consideration
29:15 Tracing an assembly language

You can purchase the slides that I use here 🏬😉:

Thanks for supporting, super grateful for each of you!
Рекомендации по теме
Комментарии
Автор

Hey everyone, you can purchase the slides that I use here 🏬😉:

Thank you for watching and supporting!

jamesganleongyi
Автор

please make a video of topical past papers too. btw love your lectures :)

meesammatics
Автор

James thank you, I will have my exams tmrw and you helped me so much

LomakPotato
Автор

God bless.
my teacher didnt even know it🤦‍♂

stevensoft
Автор

Wait, do you make these powerpoints? Because they are amazing!

benjamwd
Автор

32:00 you did STO 201, so you just copied the value of ACC to address 201 and ACC remains unchanged?

bilaltaj
Автор

24:11

ADD 200, where location on 200 contain Address <18>. And Address <18> contain 200. ACC should 400 + 200 = 600. Not 400 + 18.

johnyangsana
Автор

When we havent loaded anything in the accumulator and just started our program do we assume that the accumulator has "0" in it?

bilaltaj
Автор

When the instruction says load something to the accumulator for e.g LDD #21, what happens to the value already stored in the accumulator? does it get replaced or added?

bilaltaj
Автор

watching this 30 mins before the exam 💀

zephyrquasar