Subversion Repositories NedoOS

Rev

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

  1. ; SYNTAX option "abfl@":
  2. ;  @ is error "unrecognized" (but outside of list file!)
  3. ;  b and l are "unimplemented yet" (comments below are for future implementation)
  4.     ld      bc,hl       ; warning
  5.     ld      bc,hl       ; warning removed by using "fake" in this comment
  6.     sub     a,b         ; sub b
  7.     sub     a,,b        ; sub a : sub b
  8.     ld      b,h,,c,l    ; ld b,h : ld c,l (same as first fake)
  9.     ld      b,h, c,l    ; error
  10. hl:                     ; warning
  11.     ld      a,(hl)      ; memory reference
  12.     ld      a,[hl]      ; error
  13.