Subversion Repositories NedoOS

Rev

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

  1. ; SYNTAX option "ABFL":
  2. ;  B and L are "unimplemented yet" (comments below are for future implementation)
  3.     ld      bc,hl       ; error
  4.     ld      bc,hl       ; still error even with "fake" in this comment
  5.     sub     a,b         ; sub b
  6.     sub     a``b        ; sub a : sub b
  7.     sub     a,,b        ; error
  8.     ld      b,h``c,l    ; ld b,h : ld c,l
  9.     ld      b,h,,c,l    ; error
  10.     ld      b,h, c,l    ; error
  11. hl:                     ; error
  12.     ld      a,(hl)      ; expression error
  13.     ld      a,[hl]      ; memory reference
  14.