Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: ld_de_k__illegal.asm1 0000 k = 12 0000 kk = 23 0000 kiki = 34 0000 n = 45 0000 nn = 56 0000 nini = 67 0000 11 01 00 ld de,k8 0003 11 02 00 ld de,kk9 0006 11 03 00 ld de,kikild_de_k__illegal.asm(10): error: Label not found: g10 0009 01 00 00 ld bc,g ; should be "error label not found"ld_de_k__illegal.asm(11): error: Label not found: m11 000C 01 00 00 ld bc,m ; should be "error label not found"12 000F 01 04 00 ld bc,n13 0012 31 05 00 ld sp,nn14 0015 21 06 00 ld hl,nini15 0018# file closed: ld_de_k__illegal.asmValue Label------ - -----------------------------------------------------------0x0001 k0x0003 kiki0x0002 kk0x0004 n0x0006 nini0x0005 nn