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

  1. ; a0 - address
  2. ; d0 - word
  3.  
  4.     xdef    _PutWord
  5.  
  6. _PutWord    move.w    d0,(a0)
  7.     rts
  8.