Subversion Repositories NedoOS

Rev

Rev 126 | Rev 539 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

Syntax option not implemented yet: B
Syntax option not implemented yet: L
# file opened: syntax2_ABFL.asm
 1    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,hl       
 3    0000                  ld      bc,hl       ; error
syntax2_ABFL.asm(4): error: Fake instructions are not enabled: ld      bc,hl       
 4    0000                  ld      bc,hl       ; still error even with "fake" in this comment
 5    0000 90               sub     a,b         ; sub b
 6    0001 97 90            sub     a``b        ; sub a : sub b
syntax2_ABFL.asm(7): error: Unexpected: ,,b        
 7    0003 97               sub     a,,b        ; error
 8    0004 44 4D            ld      b,h``c,l    ; ld b,h : ld c,l
syntax2_ABFL.asm(9): error: Unexpected: ,,c,l    
 9    0006 44               ld      b,h,,c,l    ; error
syntax2_ABFL.asm(10): error: Unexpected: , c,l    
10    0007 44               ld      b,h, c,l    ; error
11    0008              hl:                     ; error
12    0008 7E               ld      a,(hl)      ; expression error
13    0009 7E               ld      a,[hl]      ; memory reference
14    000A
# file closed: syntax2_ABFL.asm

Value    Label
------ - -----------------------------------------------------------
0x0008 X hl