Subversion Repositories pentevo

Rev

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

  1.           cpu z80
  2.  
  3. pushlist  macro reg
  4.           if      "REG"<>""
  5.            push    reg
  6.            shift
  7.            pushlist ALLARGS
  8.           endif
  9.           endm
  10.  
  11.           pushlist af,bc,de,hl,ix,iy
  12.  
  13.