home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / useful / dist / disk / cdrom / amicdrom / ddebug.asm < prev    next >
Assembly Source File  |  1994-01-07  |  205b  |  18 lines

  1.     xdef    _debugproc
  2.     xref    _debugmain
  3.     xref    __DATA_BAS
  4.  
  5.     section ,code
  6.     nop
  7.     nop
  8.     nop
  9. _debugproc:
  10.     nop
  11.     nop
  12.     movem.l D2-D7/A2-A6,-(sp)
  13.     lea    __DATA_BAS+32766,a4
  14.     jsr    _debugmain
  15.     movem.l (sp)+,D2-D7/A2-A6
  16.     rts
  17.  
  18.