No description
| addressing_helpers.odin | ||
| bus.odin | ||
| instruction_helpers.odin | ||
| instructions.odin | ||
| main.odin | ||
| mos6502.odin | ||
| mos6502_test.odin | ||
| README.md | ||
A WIP library for cycle-accurate 6502 emulation, written in Odin and heavily inspired by this post from floooh
What's Done
- CPU struct layout
- address/data bus handling
- overall framework
What Isn't Done
- instruction implementations
- instruction helpers are not finalized
- tests