Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: s_local_labels.asm1 0000 ORG 0x80002 8000 MODULE main ; module "main"3 8000 Main: ; main.Main4 8000 CD 0E 80 CALL SetScreen ; SetScreen5 8003 CD 0F 80 CALL vdp.Cls ; main.vdp.Cls6 8006 .loop: ; main.Main.loop7 8006 3A 12 80 LD A,(.event) ; main.Main.events_local_labels.asm(8): error: Label not found: main.ProcessEvent8 8009 CD 00 00 CALL ProcessEvent ; label not found: main.ProcessEvent9 800C 10 F8 DJNZ .loop ; main.Main.loop10 800E11 800E MODULE vdp ; module "main.vdp"12 800E @SetScreen: ; SetScreen13 800E .loop: ; main.vdp.SetScreen.loop14 800E C9 RET15 800F Cls: ; main.vdp.Cls16 800F !KeepClsForLocal: ; main.vdp.KeepClsForLocal (since v1.18.0)17 800F 10 FE .loop: DJNZ .loop ; main.vdp.Cls.loop18 8011 C9 RET19 8012 ENDMODULE20 801221 8012 00 Main.event DB 0 ; main.Main.event22 8013 ENDMODULE23 8013# file closed: s_local_labels.asmValue Label------ - -----------------------------------------------------------0x8000 X main.Main0x8012 main.Main.event0x8006 main.Main.loop0x800F main.vdp.Cls0x800F main.vdp.Cls.loop0x800F X main.vdp.KeepClsForLocal0x800E X main.vdp.SetScreen.loop0x800E SetScreen