.. |
65c02isa.awk
|
There's one more field in that generated header. Adjust.
|
2017-01-27 22:27:30 +01:00 |
65c02isa.csv
|
RMB1 instruction is 2 byte long (opcode + one operand).
|
2017-02-13 21:54:10 +01:00 |
bus.c
|
Fix device offset computation in bus writes.
|
2017-02-23 23:04:45 +01:00 |
bus.h
|
Further adjustments to get device subsystem working.
|
2017-02-20 21:29:52 +01:00 |
debug.c
|
Introduce trace functionality.
|
2017-02-15 21:32:12 +01:00 |
debug.h
|
Introduce trace functionality.
|
2017-02-15 21:32:12 +01:00 |
device_ram.c
|
Add cleanup function for RAM device. Also cosmetics.
|
2017-02-21 11:11:21 +01:00 |
device_ram.h
|
Add cleanup function for RAM device. Also cosmetics.
|
2017-02-21 11:11:21 +01:00 |
device_serial.c
|
Somewhat better serial device. Still one way only.
|
2017-02-25 02:04:12 +01:00 |
device_serial.h
|
First attempt at adding serial port emulated via named pipe on host.
|
2017-02-22 21:58:41 +01:00 |
device.h
|
More work on devices subsystem.
|
2017-02-20 12:31:26 +01:00 |
emulation.awk
|
Avoid getting instruction definition again when emulating.
|
2017-01-22 11:07:19 +01:00 |
emulation.c
|
Better comments.
|
2017-02-17 12:45:22 +01:00 |
instruction.c
|
Handle accessing bus in zero page relative mode just as in zero page.
|
2017-02-13 18:37:14 +01:00 |
instruction.h
|
Add simplified assemble_single_implied for implied addressing mode.
|
2017-02-12 21:54:07 +01:00 |
Makefile
|
First attempt at adding serial port emulated via named pipe on host.
|
2017-02-22 21:58:41 +01:00 |
rk65c02.c
|
Make runtime disassembly optional.
|
2017-02-15 21:38:51 +01:00 |
rk65c02.h
|
Make runtime disassembly optional.
|
2017-02-15 21:38:51 +01:00 |
rk65c02cli.c
|
Add CLI skeleton.
|
2017-01-19 23:49:27 +01:00 |