cc65/src
Oliver Schmidt 55f9e6ac25 Added 'sim6502' and 'sim65C02' targets.
The targets allow to run cc65 programs in the sim65 exection
einvironment. As there are no "real" i/o facilities there's no
need for header files. Paravirtualized entry points are mapped
to $FFF0 ff. There's a large cc65 progam area from $0200-$FFEF.

The binary format includes a one-byte header indicating the required
execution environment: The value 0 means 6502 and the value 1
means 65C02. The load adress for the binary is fixed to $0200.

Note: Running sim65C02 programs currently doesn't work bcause
sim65 doesn't actually implement 65C02 opcodes.
2013-05-20 20:35:42 +02:00
..
ar65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ca65 Added 'sim6502' and 'sim65C02' targets. 2013-05-20 20:35:42 +02:00
ca65html Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cc65 Added 'sim6502' and 'sim65C02' targets. 2013-05-20 20:35:42 +02:00
chrcvt Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cl65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
co65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
common Added 'sim6502' and 'sim65C02' targets. 2013-05-20 20:35:42 +02:00
da65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbginfo Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
grc65 No copyright message here. 2013-04-27 17:39:52 +02:00
ld65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
od65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sim65 Turned sim65 into a lightweight cc65 execution environment. 2013-05-20 20:20:14 +02:00
sp65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
.gitignore Added MS VS 2010 solution with projects for the major binaries. 2013-04-10 19:30:36 +02:00
ar65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
ca65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
cc65.sln Turned sim65 into a lightweight cc65 execution environment. 2013-05-20 20:20:14 +02:00
cc65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
cl65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
co65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
common.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
da65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
grc65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
ld65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
Makefile Turned sim65 into a lightweight cc65 execution environment. 2013-05-20 20:20:14 +02:00
od65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
sim65.vcxproj Turned sim65 into a lightweight cc65 execution environment. 2013-05-20 20:20:14 +02:00
sp65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00