1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-07 13:29:45 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz e6b52ee8d0 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
2012-09-17 15:09:39 +00:00
asminc Have _em_load_driver exported here now that it is an asm function. 2012-07-31 21:37:07 +00:00
doc Added a "fillval" attribute to the segment definition. When given, it 2012-09-09 19:00:43 +00:00
include Replaced Apple II specific solution with implementation of recently introduced mass-storage device enumaration. 2012-09-09 13:38:32 +00:00
libsrc Change address of sec loader 2012-09-15 12:57:37 +00:00
make
packages Generate and package a matching emd binary of the new driver for the target 2012-09-05 13:45:17 +00:00
samples Minor change. 2012-09-04 09:00:43 +00:00
src Fixed a bug reported by thefox: The .CHARMAP command must not accept indices 2012-09-17 15:09:39 +00:00
targetutil Added comments. 2012-02-24 22:21:54 +00:00
testcode Fixed problems reported by Greg King. 2012-09-06 20:36:35 +00:00
util