home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / sviluppo / powerd / lib / powerd_lib.lha / 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.