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

  1. ; (4,a7) - value1
  2. ; (8,a7) - value2
  3.  
  4.     xdef    _Max
  5.  
  6. _Max    cmp.l    d1,d0
  7.     bgt.s    .flip
  8.     rts
  9. .flip    move.l    d1,d0
  10.     rts
  11.