1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 942c0b6b2f Choose another way to fix the issue from r5804: When parsing the directory
name, add a file mask, so the result is "$0:*" or similar. When specified like
this, the drive accepts the r/o specifier ",R" so we don't have to complicate
the code in open().


git-svn-id: svn://svn.cc65.org/cc65/trunk@5805 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-08-06 18:45:26 +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 Document that scopes don't have an effect on unnamed labels. 2012-08-01 19:32:38 +00:00
include An already loaded driver is an error in ser_load_driver, because the library 2012-07-22 19:54:04 +00:00
libsrc Choose another way to fix the issue from r5804: When parsing the directory 2012-08-06 18:45:26 +00:00
make
packages Added sp65. 2012-03-10 23:14:36 +00:00
samples Retrofitted comments from GEOS overlay demo to regular overlay demo. 2012-07-19 12:25:04 +00:00
src Don't add the current directory to the list of search paths. If the main file 2012-08-01 21:44:36 +00:00
targetutil
testcode Added a test program to test the 16 bit shift ops. 2012-07-12 21:11:21 +00:00
util