Rev 126 | Rev 539 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
Syntax option not implemented yet: BSyntax option not implemented yet: L# file opened: syntax2_ABFL.asm1 0000 ; SYNTAX option "ABFL":2 0000 ; B and L are "unimplemented yet" (comments below are for future implementation)syntax2_ABFL.asm(3): error: Fake instructions are not enabled: ld bc,hl3 0000 ld bc,hl ; errorsyntax2_ABFL.asm(4): error: Fake instructions are not enabled: ld bc,hl4 0000 ld bc,hl ; still error even with "fake" in this comment5 0000 90 sub a,b ; sub b6 0001 97 90 sub a``b ; sub a : sub bsyntax2_ABFL.asm(7): error: Unexpected: ,,b7 0003 97 sub a,,b ; error8 0004 44 4D ld b,h``c,l ; ld b,h : ld c,lsyntax2_ABFL.asm(9): error: Unexpected: ,,c,l9 0006 44 ld b,h,,c,l ; errorsyntax2_ABFL.asm(10): error: Unexpected: , c,l10 0007 44 ld b,h, c,l ; error11 0008 hl: ; error12 0008 7E ld a,(hl) ; expression error13 0009 7E ld a,[hl] ; memory reference14 000A# file closed: syntax2_ABFL.asmValue Label------ - -----------------------------------------------------------0x0008 X hl