Skip to navigation

Useful links

Here's a collection of links that I've found useful or interesting when working on this project.

General
-------

BBC Micro information and tools
-------------------------------

Emulators
---------

  • b2 - A Beeb emulator with brilliant debugging capabilities that happily works on the Mac, and which is now my go-to emulator for complex disassembly projects like this
  • JSBeeb - An absolute tour-de-force from Matt Godbolt, this browser-based emulator is wonderfully convenient
  • beebjit - The best BBC emulator for playing with disc protection on the original discs

Assemblers and disassemblers
----------------------------

  • BeebAsm - The wonderful 6502 assembler that powers the source code that is documented on this site
  • py8dis - An absolutely fantastic tool for disassembling original game binaries
  • A py8dis thread on Stardot - Some handy information for users of py8dis