Download presentation
Presentation is loading. Please wait.
Published byLaurence Fitzgerald Modified over 6 years ago
1
Computer Programming Machine and Assembly
2
Transition from High to Low
Machine Language compiler machine language deals with … machine language files end in …
3
Transition from High to Low
Assembly it is … Each statement represents … compiler is called …
4
Transition from High to Low
Machine and Assembly advantages? disadvantages?
5
Machine Language operation code (op-code) operands
6
Machine Language ~ Examples
#1 ~ load the value A2 into register A 3E A2
7
Machine Language ~ Examples
#2 ~ stores 254 (base 10) in memory location D203 3E FE 32 D203 76
8
Assembly Language ~ Examples
#1 ~ store 254 (base 10) in memory location D203
9
Assembly Language ~ Examples
#2 ~ store 53 in register B
10
Assembly Language ~ Examples
#3 ~ move the byte at address 2D34 to address AA30 using register A as a temporary storage
11
Assembly Language ~ Examples
#4 ~ add A0 to the byte stored at address 10CC using register A as a temporary storage
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.