1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-02 21:54:47 +00:00
cc65/src
uz 6078953baa 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
2009-11-02 22:31:32 +00:00
..
ar65 Replace tabs by spaces in file lists. 2009-09-29 13:32:09 +00:00
ca65 Added macros for jumps after unsigned compares to the "generic" macro package. 2009-11-02 16:26:46 +00:00
ca65html Add new --tabsize option to usage/help output. 2008-11-11 21:23:15 +00:00
cc65 Fixed a problem introduced with the last change. 2009-10-31 14:01:22 +00:00
chrcvt Do not use a separate byte for an END opcode, instead place the bit into the 2009-11-02 22:31:32 +00:00
cl65 Fixes for the watcom makefiles: 2009-09-29 13:08:23 +00:00
co65 Replace tabs by spaces in file lists. 2009-09-29 13:32:09 +00:00
common Added a makefile for cc65 for testing purposes. 2009-10-19 18:02:40 +00:00
da65 Replace tabs by spaces in file lists. 2009-09-29 13:32:09 +00:00
grc Fixes for the watcom makefiles: 2009-09-29 13:08:23 +00:00
ld65 Add .assert actions that aren't evaluated at assembly time. 2009-10-04 12:40:19 +00:00
make Added the chrcvt vector font converter to the top level makefile. 2009-10-30 21:35:25 +00:00
od65 Fixes for the watcom makefiles: 2009-09-29 13:08:23 +00:00
sim65 Added a simulated console (memory mapped screen device, inpout device will 2009-10-08 18:33:50 +00:00