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
  • Electroiniq - A beautifully written Electron emulator that works in your browser, from the Electron legend that is 0xC0DE

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

  • BeebAsm - The wonderful 6502 assembler that powers the source code that is documented on this site
  • BeebDis - I found this super-useful for disassembling the original game binaries
  • A BeebDis thread on Stardot - Some handy information for users of BeebDis