home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff348.lzh / SAMP / CInterface.asm < prev    next >
Assembly Source File  |  1990-04-15  |  225b  |  16 lines

  1.     SECTION    instypecode,CODE
  2.  
  3.     XREF    _InsTypeBase
  4.  
  5.     XDEF    _GetInsType
  6. _GetInsType:
  7.     movea.l    _InsTypeBase,a6
  8.     movea.l    4(sp),a1
  9.     jmp    -30(a6)
  10.  
  11.     XDEF    _GetInsString
  12. _GetInsString:
  13.     movea.l    _InsTypeBase,a6
  14.     move.l    4(sp),d0
  15.     jmp    -36(a6)
  16.