Subversion Repositories pentevo

Rev

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

  1.         cpu     90c141
  2.  
  3.         irp     instr,mul,div
  4.         instr   hl,c
  5.         instr   hl,34h
  6.         instr   hl,(de)
  7.         instr   hl,(iy-5)
  8.         instr   hl,(hl+a)
  9.         instr   hl,(1234h)
  10.         instr   hl,(0ff34h)
  11.         endm
  12.  
  13. ;-----------------------------------------------------
  14. ; standard Intel/MASM-style pseudo instructions
  15.  
  16.         include "../t_dx/t_dn.inc"
  17.         include "../t_dx/t_db.inc"
  18.         include "../t_dx/t_dw.inc"
  19.         include "../t_dx/t_dd.inc"
  20.         include "../t_dx/t_dq.inc"
  21.         include "../t_dx/t_dt.inc"
  22.         include "../t_dx/t_do.inc"
  23.