Rev 129 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
Syntax option not implemented yet: L# file opened: syntax2_ABFL.asm1 0000 ; SYNTAX option "aBFL": (used to be "ABFL", but "A" was removed)2 0000 ; L is "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 3E 08 ld a,(hl) ; expression error ; with "L" unimplemented this actually works as LD a,813 000A 7E ld a,[hl] ; memory reference14 000B15 000B ; some specifics of B mode - I/O instructions still work only with round parenthesessyntax2_ABFL.asm(16): error: Label not found: c16 000B C3 00 00 jp (c)syntax2_ABFL.asm(17): error: Illegal instruction: jp [c]17 000E jp [c]syntax2_ABFL.asm(18): error: Label not found: C18 000E C3 00 00 jp (C)syntax2_ABFL.asm(19): error: Illegal instruction: jp [C]19 0011 jp [C]20 0011 OPT --zxnext21 0011 ED 98 jp (c)syntax2_ABFL.asm(22): error: Illegal instruction: jp [c]22 0013 jp [c]23 0013 ED 98 jp (C)syntax2_ABFL.asm(24): error: Illegal instruction: jp [C]24 0015 jp [C]25 001526 0015 ED 78 in a,(c)27 0017 DB FE in a,(254)28 0019 ED 71 out (c),029 001B ED 41 out (c),b30 001D D3 FE out (254),a31 001F32 001F DB FE in a,254 ; or without parentheses at all (new syntax variant)33 0021 D3 FE out 254,a34 002335 0023 ; but square brackets will not work (errors)syntax2_ABFL.asm(36): error: Syntax error: [c]syntax2_ABFL.asm(36): error: Unexpected: [c]36 0023 DB 00 in a,[c]syntax2_ABFL.asm(37): error: Syntax error: [254]syntax2_ABFL.asm(37): error: Unexpected: [254]37 0025 DB 00 in a,[254]syntax2_ABFL.asm(38): error: Syntax error: [c],b38 0027 out [c],bsyntax2_ABFL.asm(39): error: Syntax error: [254],a39 0027 out [254],a40 0027# file closed: syntax2_ABFL.asmValue Label------ - -----------------------------------------------------------0x0008 hl