mirror of
https://github.com/ksherlock/x65.git
synced 2025-01-29 16:29:50 +00:00
9 lines
138 B
ArmAsm
9 lines
138 B
ArmAsm
|
; merlin_data.s
|
||
|
db $12,$34,$56,$78
|
||
|
ddb $1234,$5678 ; double byte - big endian format.
|
||
|
dw $1234
|
||
|
da $1234
|
||
|
adr $123456
|
||
|
adrl $12345678
|
||
|
|