Page 1 of 1

New 65C02 simulator core in Swift

Posted: Thu Jun 09, 2022 8:56 am
by Procrastin8
I've written and recently open-sourced a full 65C02 simulator core written entirely in Swift. It passes the Klaus functional tests, extended opcode tests, and the Bruce Clark decimal tests. If you want to contribute or are just curious, you can find the project on github:
https://github.com/nrivard/Microprocessed

Re: New 65C02 simulator core in Swift

Posted: Thu Jun 09, 2022 9:08 am
by BigEd
Well done - and thanks for sharing!

Re: New 65C02 simulator core in Swift

Posted: Thu Jun 09, 2022 9:16 am
by Procrastin8
BigEd wrote:
Well done - and thanks for sharing!
Happy to contribute back :) I am hoping to have an interesting simulator for macOS and iPadOS sometime in the near-ish future built on this core so stay tuned.