home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 363_02 / strings.asm < prev    next >
Encoding:
Assembly Source File  |  1991-12-15  |  180 b   |  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.