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

  1. * CHK2 instruction tests
  2.         bra.s   label
  3.  
  4.         chk2    (a3),a0
  5.         chk2    (128,a5),a3
  6. label   chk2    ([127,a3],d5.l*4,-128),d7
  7.         end
  8.