Blame | Last modification | View Log | Download
# file opened: relocation_table_sub_offset.asm1 0000 org $30002 3000 relocate_start3 30004 3000 21 07 30 ld hl,test5 3003 11 08 30 ld de,test26 3006 C9 ret7 30078 3007 00 test db 09 3008 00 test2 db 010 3009 02 00 dw relocate_count11 300B 04 00 dw relocate_size12 300D13 300D 01 20 04 20 relocate_table $1000 ; test optional argument14 3011 01 30 04 30 relocate_table ; regular table with original offsets15 3015 01 40 04 40 relocate_table -$100016 301917 3019 relocate_end18 301919 3019 ; test syntax error checkrelocation_table_sub_offset.asm(20): error: [RELOCATE_TABLE] Syntax error in <subtract_offset>: relocate_table @@20 3019 relocate_table @@relocation_table_sub_offset.asm(21): error: [RELOCATE_TABLE] Syntax error in <subtract_offset>: relocate_table ,21 3019 relocate_table ,relocation_table_sub_offset.asm(22): error: Unexpected: ,22 3019 01 20 04 20 relocate_table $1000,relocation_table_sub_offset.asm(23): error: Unexpected: , 12323 301D 01 20 04 20 relocate_table $1000, 12324 302125 3021 ASSERT 4 == 426 3021 ASSERT 0 == 027 3021# file closed: relocation_table_sub_offset.asmValue Label------ - -----------------------------------------------------------0x0002 relocate_count0x0004 relocate_size0x3007 test0x3008 test2