← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579367] Re: Character literals

 

** Changed in: gnusim8085
    Milestone: None => 1.3.8

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

Title:
  Character literals

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.