mirror of
https://github.com/transistorfet/moa.git
synced 2025-02-08 20:30:40 +00:00
transistor
a5cac4d309
Fixed indexing, flags, and added logical shift
The effective modes that used signed offsets were not properly sign extending the immediate or register index values before adding them to the address, resulting in incorrect addresses. The flags were incorrect for some instructions, and I added the logical shift instruction implementation
Moa
Started September 26, 2021
An emulator for m68k CPUs and devices
Languages
Rust
99.4%
JavaScript
0.3%
HTML
0.1%
Shell
0.1%