Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1.         cpu     rabbit2000
  2.  
  3.         ; without prefix
  4.  
  5.         nop
  6.         inc     iy
  7.         ld      a,(iy+4)
  8.  
  9.         ; with prefix
  10.  
  11.         altd
  12.         altd    nop
  13.         altd    inc iy
  14.         altd    ld a,(iy+4)
  15.  
  16.         ; used to test correct marking of unknown opcode
  17.  
  18.         ;altd   nix
  19.