home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 363_01 / moveq.asm < prev    next >
Assembly Source File  |  1991-12-17  |  295b  |  10 lines

  1.         moveq   #-129,d0    constant exceeds 8 bits
  2.         moveq   #-128,d0
  3.         moveq   #-0,d0
  4.         moveq   #0,d0
  5.         moveq   #127,d0
  6.         moveq   #255,d0
  7.         moveq   #256,d0     constant exceeds 8 bits
  8.         moveq   #$abcd,d0   constant exceeds 8 bits
  9.         end
  10.