]> git.sur5r.net Git - cc65/commit
Fixed a bug reported by thefox: The .CHARMAP command must not accept indices
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 17 Sep 2012 15:09:39 +0000 (15:09 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 17 Sep 2012 15:09:39 +0000 (15:09 +0000)
commite6b52ee8d07a80b03e1843f2be3d4d6b7e5d90d7
tree81f2ee76d435483642b62db6694fe3e2ecf46337
parentb9d9513f767174b1f7e31db4ef0d264a29d3b977
Fixed a bug reported by thefox: The .CHARMAP command must not accept indices
or character codes with a value of zero. The assembler runs into a CHECK in
tgttrans anyway if the index is zero.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5826 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/pseudo.c