1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/cfg
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
..
apple2-asm.cfg
apple2-overlay.cfg
apple2-system.cfg
apple2.cfg
apple2enh-asm.cfg
apple2enh-overlay.cfg
apple2enh-system.cfg
apple2enh.cfg
atari-overlay.cfg
atari.cfg
atmos.cfg
bbc.cfg Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
c16.cfg
c64-asm.cfg
c64-overlay.cfg
c64.cfg
c128-overlay.cfg Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
c128.cfg
cbm510.cfg
cbm610.cfg
geos-apple.cfg Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
geos-cbm.cfg
lunix.cfg Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
lynx-bll.cfg
lynx-coll.cfg
lynx-uploader.cfg Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
lynx.cfg
module.cfg
nes.cfg Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
none.cfg
pet.cfg
plus4.cfg
sim65c02.cfg Added 'sim6502' and 'sim65C02' targets. 2013-05-20 20:35:42 +02:00
sim6502.cfg Added 'sim6502' and 'sim65C02' targets. 2013-05-20 20:35:42 +02:00
supervision-16k.cfg
supervision-64k.cfg
supervision-128k.cfg
supervision.cfg
vic20-32k.cfg
vic20.cfg