3 lines
133 B
Text
3 lines
133 B
Text
myVar equ $100000 ; a section of user ram given a label
|
|
myData: ; a data table given a label
|
|
dc.b $80,$81,$82,$83
|