09-18-2018, 09:09 PM
ardentcrest Wrote:[code]
ASM
newline:
ld hl, lineMSG <----- this label
ld bc, end1-lineMSG
call myPrint42
[code]
Is your other label reference inside an asm context as well?
Edit: Derp me. You posted it. Without checking it (no time) - have you tried putting the label on a line by itself?