?login_element?

Subversion Repositories NedoOS

Rev

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

  1.     POP bc, hl   ; pops BC first
  2.     OPT push reset --reversepop --syntax=af
  3.     POP bc,,hl   ; pops HL first
  4.     LD  bc,hl    ; warning about Fake instruction
  5.     LD  bc,hl    ; warning supressed by lowercase "fake" in this comment (special keyword)
  6.     LD  bc,hl    ; warning supressed by warning id: fake-ok
  7.     OPT reset --syntax=a
  8.     POP bc,,hl   ; pop BC first (--reversepop was reset)
  9.     OPT pop      ; restoring syntax to original state
  10.