home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / Source_Debug / RegUndoTest.S < prev    next >
Text File  |  1993-03-21  |  159b  |  11 lines

  1. ;useful to see the Register Undo function working
  2.     moveq    #1,d0
  3.     moveq    #2,d1
  4.     moveq    #3,d2
  5.     moveq    #4,d3
  6.     moveq    #5,d4
  7.     moveq    #6,d5
  8.     moveq    #7,d6
  9.     moveq    #8,d7
  10.     rts
  11.