Skip to content
  • Home

Tag: emulator

Posted on July 7, 2022July 22, 2022

65816 Emulator: Threading in Python Very Slow

I haven’t talked much about my 65816 emulator but it’s been essential in porting my 6502 Forth over to my new 65816 build. The slowdown I mentioned in my post 6502: Coding – Just because it works doesn’t mean it’s correct though was becoming annoying. Starting up my Forth operating system in the emulator took …

Continue reading “65816 Emulator: Threading in Python Very Slow”

Posted on April 9, 2022July 22, 2022

6502: Coding – Just because it works doesn’t mean it’s correct

I ran into an interesting problem the other day trying to upgrade my 6502 build 4 to work with the 65816. I plan to write more on this in another post, but after just one minor change I got build 4 with a 65816 to almost startup my 6502-based Forth operating system. For some reason, …

Continue reading “6502: Coding – Just because it works doesn’t mean it’s correct”

Recent Articles

  • 65816: Running C-based Code Outside Bank 0 on the 65816
  • 65816: Running C-based Code on the 65816
  • C Coding: Tripped Up by a Carraige Return
  • 6502: View C Function Local Variables in db65xx
  • 6502: Debugging the Sieve of Eratosthenes with the VS Code db65xx Debugging Extension

Admin

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Privacy Policy Terms and Conditions Contact Us
Copyright © 2020-2023 TRobertson