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

  1.     dc.b    'this is the operand' comment
  2.     dc.b    'a','b' comment
  3.     dc.b    'a','b'
  4.     dc.b    'a '' b'
  5.     dc.b    'a ',7,' b'
  6.     dc.b    'erroneous string
  7.     end
  8.