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

  1.     machine    mc68020
  2.  
  3.     xdef    _Byte
  4.  
  5. _Byte    move.b    (a0),d0
  6.     extb.l    d0
  7.     rts
  8.