Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: syntax_EMPTY.asm1 0000 ; empty SYNTAX options should keep defaults2 0000 44 4D ld bc,hl ; fake enabled, no warning3 0002 97 90 sub a,b ; sub a : sub b4 0004 44 4D ld b,h, c,l ; ld b,h : ld c,l (same as first fake)5 0006 hl: ; no warning/error for using register name as label6 0006 7E ld a,(hl) ; memory reference7 0007 7E ld a,[hl] ; memory reference8 0008# file closed: syntax_EMPTY.asmValue Label------ - -----------------------------------------------------------0x0006 X hl