1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65/testcode
Christian Groessler 94ba9575ec Implement exec() for Atari XDOS.
- Adds new ENOEXEC error code, also used by Apple2 targets.
- Maximum command line length is 40, incl. program name. This is
  an XDOS restriction.
- testcode/lib/tinyshell.c has been extended to be able to run
  programs.
2016-06-13 20:40:01 +02:00
..
assembler Fixed the ca65 Assembly-code variable ".paramcount". 2015-11-17 14:21:40 -05:00
compiler Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
grc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lib Implement exec() for Atari XDOS. 2016-06-13 20:40:01 +02:00