mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-18 02:06:43 +00:00
Document ORG *directive*
parent
31d35b15dc
commit
ca6420adc4
@ -121,6 +121,6 @@ ORG 0x8000
|
||||
my_var: DW 0x1234
|
||||
|
||||
.text
|
||||
MOV A, [my_var] ; Value of A is now 0x8000
|
||||
MOV A, my_var ; Value of A is now 0x8000
|
||||
brk
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user