home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / YAEC / externs / potgo.ext < prev    next >
Encoding:
Text File  |  2001-02-23  |  358 b   |  18 lines

  1. ;.ext file Created by fdtool in LITTEL package v18
  2. EXT AllocPotBits 1
  3.    move.l GLOBAL_potgobase(a4), a6
  4.    move.l (a7)+, d0
  5.    jsr -6(a6)
  6. ENDEXT
  7. EXT FreePotBits 1
  8.    move.l GLOBAL_potgobase(a4), a6
  9.    move.l (a7)+, d0
  10.    jsr -12(a6)
  11. ENDEXT
  12. EXT WritePotgo 2
  13.    move.l GLOBAL_potgobase(a4), a6
  14.    move.l (a7)+, d0
  15.    move.l (a7)+, d1
  16.    jsr -18(a6)
  17. ENDEXT
  18. EOF