This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
rk65c02
Watch
1
Star
0
Fork
0
You've already forked rk65c02
mirror of
https://github.com/rkujawa/rk65c02.git
synced
2025-03-03 14:29:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
rk65c02
/
src
History
Radosław Kujawa
342a188314
Fix wrong mnemonic for absolute ORA.
2017-01-23 15:39:10 +01:00
..
65c02isa.awk
BSD/OS X awk does not like hexadecimal constants.
2017-01-23 13:41:31 +01:00
65c02isa.csv
Fix wrong mnemonic for absolute ORA.
2017-01-23 15:39:10 +01:00
bus.c
…
bus.h
…
emulation.awk
…
emulation.c
Add ROL and ROR emulation. Too old to ror and to rol!
2017-01-23 15:25:32 +01:00
instruction.c
BBRx and BBSx instructions have zero page relative addressing.
2017-01-23 12:17:06 +01:00
instruction.h
BBRx and BBSx instructions have zero page relative addressing.
2017-01-23 12:17:06 +01:00
Makefile
…
rk65c02.c
Add emulation of PHP, PLP instructions and test cases for them.
2017-01-22 23:01:24 +01:00
rk65c02.h
…
rk65c02cli.c
…