mirror of
https://github.com/ksherlock/x65.git
synced 2025-01-15 02:30:01 +00:00
da6ed1159d
ddb generates a "double byte" which is actually a big-endian 16-bit number. For relocation purposes, it has to be handled as 2 individual bytes with shifts to adjust it.
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
|
|
|