This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2024-11-19 06:31:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
650868854d
cc65
/
libsrc
/
sim6502
/
ctype.s
6 lines
103 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
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 18:35:42 +00:00
; Character specification table.
;
ctype size optimization
2020-01-02 17:57:03 +00:00
; uses the "common" definition
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 18:35:42 +00:00
ctype size optimization
2020-01-02 17:57:03 +00:00
.include
"
ctype
_
c
o
m
m
o
n
.
i
n
c
"
Reference in New Issue
Copy Permalink