Skip to content
Paul Robson edited this page May 25, 2024 · 19 revisions

Welcome to the Neo6502 wiki. Useful places you may want to go



My Development Environment

People sometimes ask about this, so here it is.

  • Arch Linux
  • Sublime Text is the editor
  • The usual Linux build programs
  • ARM GCC v13.2
  • Python 3.11.6 with PySerial PIL/Pillow installed (does the graphics conversion stuff).
  • 64tass
  • CMake 3.28.1

Hardware is a i5-4690 with 16Gb of RAM, most of the uploading uses a Pico based debugger from "The Pi Hut" which I think is a standard design. A Raspi Keyboard with USB hub, a SanDisk USB3.1 key and Olimex's SDCard device are permanently plugged in. You can't use both at once but they don't seem to upset each other.

Clone this wiki locally