← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579367] Re: Character literals

 

** Patch added: "char.patch"
   http://launchpadlibrarian.net/48444110/char.patch

-- 
Character literals
https://bugs.launchpad.net/bugs/579367
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: New

Bug description:
Add support for character literals, e.g. mvi a, '0'. I submit a patch that I am using for the same purpose. It does not support escape sequences, e.g. \n, \r, etc. Also, please have in mind that there may be some problems with tabs and spaces in my patch.