No description
Find a file
2025-12-05 20:56:09 -05:00
addressing_helpers.odin import into git 2025-12-05 20:56:09 -05:00
bus.odin import into git 2025-12-05 20:56:09 -05:00
instruction_helpers.odin import into git 2025-12-05 20:56:09 -05:00
instructions.odin import into git 2025-12-05 20:56:09 -05:00
main.odin import into git 2025-12-05 20:56:09 -05:00
mos6502.odin import into git 2025-12-05 20:56:09 -05:00
mos6502_test.odin import into git 2025-12-05 20:56:09 -05:00
README.md import into git 2025-12-05 20:56:09 -05:00

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