4 lines
157 B
Text
4 lines
157 B
Text
|
|
foo equ 0x100
|
||
|
|
bar equ foo+1
|
||
|
|
;it's heavily implied that "foo" is one byte, otherwise, why would you label this? But you should always comment your variables.
|