home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / dfue / terminal / pcmser / source / macros.i < prev    next >
Encoding:
Text File  |  1997-08-04  |  189 b   |  17 lines

  1. CALL        macro
  2.         jsr    _LVO\1(a6)
  3.         endm
  4.  
  5. GET        macro
  6.         move.l    _\1(pc),a6
  7.         endm
  8.  
  9. COLTESTG    MACRO
  10.         move.l    d0,-(sp)
  11.         move.w    #60000,d0
  12.  
  13.         move.w    #$f0,$dff180
  14.         dbf    d0,*-8
  15.         move.l    (sp)+,d0
  16.         ENDM
  17.