]> git.sur5r.net Git - cc65/commit
Do not use a separate byte for an END opcode, instead place the bit into the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Nov 2009 22:31:32 +0000 (22:31 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Nov 2009 22:31:32 +0000 (22:31 +0000)
commit6078953baaa24a3b53167d4ae0af5e48439a4bf5
tree244bcd979ced4c557ea3ff215a9fc59ce327f436
parent87866e3099e43668530bba22efc2796f9a293499
Do not use a separate byte for an END opcode, instead place the bit into the
previous opcode. This saves one byte per character with the exception of
characters without a vector representation, where we loose one byte, because
we need to add a dummy vector just to apply our END bit.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4433 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/chrcvt/main.c