← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579316] Re: Assembler does not support DB 'string'

 

** Patch added: "gnusim8085-1.3.2-db_string_ok.diff"
   http://launchpadlibrarian.net/48444320/gnusim8085-1.3.2-db_string_ok.diff

-- 
Assembler does not support DB 'string'
https://bugs.launchpad.net/bugs/579316
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: Confirmed

Bug description:
All 8085 assemblers I've seen support the DB 'string'
construction but not this one.
I've attached a patch to allow string declarations too.

There is a known minor bug: consecutive spaces inside
strings are compressed to just one space. To correct this I would have to break to much of the existing program structure and I'd rather not.

Appart from the above minor bug, strings enclosed in single or double quote are now allowed in DB and commas
inside strings are handled correctly.