Blame | Last modification | View Log | Download
relocation_coverage1.asm(28): error: Missing end of relocation block started here# file opened: relocation_coverage1.asm1 0000 ORG $10002 10003 1000 RELOCATE_START4 1000relocation_coverage1.asm(3): error: Relocation block already started hererelocation_coverage1.asm(5): ^ emitted from here5 1000 RELOCATE_START ; error 2x start6 10007 1000 01 00 dw relocate_count8 1002 02 00 dw relocate_size9 100410 1004 label1:11 1004 CD 04 10 call label1relocation_coverage1.asm(12): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable12 1007 3E 10 ld a,high label1 ; warning about unstable expression13 1009 label2:relocation_coverage1.asm(14): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable14 1009 3E 20 ld a,high(4*label2) - high(2*label1) ; warning about unstable expression15 100B 3E 00 ld a,high(8*label2) - high(8*label1) ; this one is stable (no warning)16 100D17 100D 3E 10 ld a,high label2 ; relunstable-ok ; warning supressed18 100Frelocation_coverage1.asm(19): warning[reldiverts]: Expression can't be relocated by simple "+offset" mechanics, value diverts differently.19 100F 21 10 00 ld hl,high label1 ; can't be relocated by simple "+offset" in regular mode (would work in HIGH mode)20 101221 1012 RELOCATE_END22 1012relocation_coverage1.asm(23): error: HIGH mode can't be mixed with regular mode23 1012 RELOCATE_START HIGH ; error - HIGH and "regular" mode can't be mixed in the same assembling unit24 101225 1012 05 10 RELOCATE_TABLE26 1014relocation_coverage1.asm(27): error: Relocation block start for this end is missing27 1014 RELOCATE_END ; error about missing START28 1014 RELOCATE_START ; error about missing END29 1014# file closed: relocation_coverage1.asmValue Label------ - -----------------------------------------------------------0x1004 label10x1009 label20x0001 relocate_count0x0002 relocate_size