Sakrac / x65

6502 Macro Assembler in a single c++ file using the struse single file text parsing library. Supports most syntaxes.
MIT License
38 stars 7 forks source link

fix merlin ddb #18

Closed ksherlock closed 3 years ago

ksherlock commented 3 years ago

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.