?login_element?

Subversion Repositories NedoOS

Rev

Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ; empty SYNTAX options should keep defaults
  2.     ld      bc,hl       ; fake enabled, no warning
  3.     sub     a,b         ; sub a : sub b
  4.     ld      b,h, c,l    ; ld b,h : ld c,l (same as first fake)
  5. hl:                     ; no warning/error for using register name as label
  6.     ld      a,(hl)      ; memory reference
  7.     ld      a,[hl]      ; memory reference
  8.