source-solutions / sebasic4

SE BASIC - A free BASIC interpreter written in Z80 assembly language
GNU General Public License v3.0
62 stars 6 forks source link

After CHR$ 1, the graphic of the next character should be printed instead of any control code. #116

Closed cheveron closed 2 years ago

cheveron commented 2 years ago

MSX behavior. Enables printing the entire character set (print CHR$ 1 twice to print that character). CHR$ 2 could be used as the combine character. Check with Windows Vietnamese encoding.

cheveron commented 2 years ago

Done. CHR$ 2 support also added to ASCIIZ printing to support Vietnamese error messages. Windows treats each overprinted character as a special case, but for space consideration a more generic solution is required. This involves inserting CHR$ 2 before the overprinted character.