8 Commits

Author SHA1 Message Date
8a300ba4c6 initial SH4 emulator implementation in C
This currently only implements the SH2 instructions.
2024-04-22 20:53:36 +08:00
3de43f84bd syntax.txt: initial 2024-04-22 20:53:36 +08:00
8190f04973 sh4: fix FIPR and FMOV.S documentation typos 2024-04-22 20:53:36 +08:00
5d0735498a sh4: add missing SR/SSR restore in RTE 2024-04-22 20:53:21 +08:00
4a165d02ed sh4: fix documentation typos for SH2 instructions
These changes fix logical consistency and correctness issues with the
instruction definitions as printed in the SH4 manual.

The most serious issues were:

- div0u/div0s/div1 use `m` as a temporary variable which
  contradicts the existence of the `m` register number

- missing semicolons

- inconsistent references to immediate and displacement variable names
2024-04-22 20:42:22 +08:00
d1ce9a2d5a sh4: fix copy-paste errors 2024-04-21 13:09:45 +08:00
65ee273b61 sh4: add descriptions for all instructions 2024-04-18 18:18:53 +08:00
6eba0cdb9e initial sh2 interpreter 2024-04-09 09:57:08 +08:00