moa/src/cpus/m68k
transistor 481dd0d7f7 Fixed part of the problem in RTE test failures with Address Error
The I/N bit in the special status word on the stack should be set
when returning from RTE results in a PC that isn't word aligned.
Every other case pretty much, it should be clear
2022-09-17 21:29:04 -07:00
..
assembler.rs Fixed some warnings 2022-09-09 22:31:55 -07:00
debugger.rs Added more options to run select tests to harte test runner 2022-09-10 14:08:01 -07:00
decode.rs Implemented the CHK and NEGX instructions 2022-09-12 22:19:01 -07:00
execute.rs Fixed part of the problem in RTE test failures with Address Error 2022-09-17 21:29:04 -07:00
instructions.rs Added an assembler for the m68k 2022-05-12 21:53:34 -07:00
mod.rs Added an assembler for the m68k 2022-05-12 21:53:34 -07:00
state.rs Slightly improved the handling of the I/N bit in Address Error 2022-09-16 20:49:44 -07:00
tests.rs Fixed some warnings 2022-09-09 22:31:55 -07:00
timing.rs Fixed warnings 2021-12-14 21:23:08 -08:00