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

  1. ; a0 - address
  2. ; d0 - byte
  3.  
  4.     xdef    _PutByte
  5.  
  6. _PutByte    move.b    d0,(a0)
  7.     rts
  8.