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