home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / powerd / lib / PowerD / KickVersion.ass < prev    next >
Encoding:
Text File  |  1999-09-20  |  184 b   |  15 lines

  1. ; (4,a7) - requied version
  2.  
  3.     xdef    _KickVersion
  4.  
  5. _KickVersion
  6.     move.l    (4,a7),d0
  7.     movea.l    4.w,a0
  8.     move.w    (20,a0),d1
  9.     cmp.w    d0,d1
  10.     blt.s    .false
  11.     moveq    #-1,d0
  12.     rts
  13. .false    moveq    #0,d0
  14.     rts
  15.