Blame | Last modification | View Log | Download
# file opened: i_123_fwd_reference.asm1 0000 MODULE TestModule2 00003 0000 C3 03 00 jp klLDI64 ; creates full-module undefined symbol in the table (`TestModule.klLDI64`)4 00035 0003 00 @klLDI64: nop ; defines global `klLDI64` (will overshadow the `TestModule.klLDI64`)6 00047 0004 EB cmCOPY: ex de, hl ; defines regular module-label `TestModule.cmCOPY`8 00059 0005 ; the double klLDI64 confuses here expression evaluator (bug)10 0005 ; to report forward reference warning (in sjasmplus 1.17.0)11 0005 IF high cmCOPY > high klLDI6411 0005 ENDIF12 000513 0005 ENDMODULE14 0005# file closed: i_123_fwd_reference.asmValue Label------ - -----------------------------------------------------------0x0003 klLDI640x0004 TestModule.cmCOPY