1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-24 14:32:08 +00:00
erc-c/tests
Peter Evans 978ad1faaf Formerly "BAD" instructions are now forms of NOPs
But weird forms. In most cases they basically are NOPs, except with
different opcodes. In other cases, we call them NP2 and NP3s, and do so
because they consume 2 or 3 bytes respectively (vs. just 1 with NOP).

We had to teach some arcane magic to the emulator for this to work. We
may want to refactor to decouple the number of bytes consumed from the
address mode.
2018-02-22 14:07:05 -06:00
..
build
data Refactor code to pass image type in 2018-02-21 00:23:12 -06:00
apple2.bank.c
apple2.c
apple2.dbuf.c
apple2.dd.c Remove spurious printf 2018-02-20 15:55:40 -06:00
apple2.dec.c Refactor code to pass image type in 2018-02-21 00:23:12 -06:00
apple2.draw.c Add exception for 40col 2018-02-03 22:02:25 -06:00
apple2.enc.c Pass image type into enc_dos; use sector_num instead of a table pointer 2018-02-20 15:36:23 -06:00
apple2.kb.c
apple2.mem.c
apple2.pc.c
apple2.reflect.c Add missing test for reflect functions, init 2018-02-10 18:20:50 -06:00
apple2.text.c Implement (most of) text_area test 2018-02-03 22:43:00 -06:00
CMakeLists.txt Unit-testing builds now define TESTING 2018-02-06 23:38:15 -06:00
log.c
main.c
mos6502.addr.c
mos6502.arith.c Add the ability to INC or DEC the accumulator 2018-02-21 21:20:05 -06:00
mos6502.bits.c Add TSB (Test and Set Bits) instruction 2018-02-22 13:39:48 -06:00
mos6502.branch.c Add new Branch Always instruction 2018-02-21 21:57:21 -06:00
mos6502.c Formerly "BAD" instructions are now forms of NOPs 2018-02-22 14:07:05 -06:00
mos6502.dis.c Add missing output and fix buffer size issue 2018-02-19 21:49:58 -06:00
mos6502.exec.c Formerly "BAD" instructions are now forms of NOPs 2018-02-22 14:07:05 -06:00
mos6502.loadstor.c Add TSB (Test and Set Bits) instruction 2018-02-22 13:39:48 -06:00
mos6502.stat.c
objstore.c
option.c
vm_area.c
vm_bitfont.c
vm_di.c Add tests for vm_di 2018-02-10 18:25:29 -06:00
vm_event.c Split up logic for keyboard test 2018-02-10 18:31:38 -06:00
vm_reflect.c Account for changes to vm_reflect functions 2018-02-07 14:44:37 -06:00
vm_screen.c Add test for vm_screen_dirty, exception for prepare 2018-02-03 22:01:27 -06:00
vm_segment.c Add test for vm_segment_fwrite 2018-02-03 22:00:04 -06:00