I'm really proud to present my fully documented source code for Elite on the Commodore 64.
This is the original 1985 source, recently released by Ian Bell, with every single line of code explained.
It’s a thing of beauty. Enjoy!
@markmoxon Also BeebDis which dissasembles 6502 .bin files into BeebAsm format .asm files.
https://github.com/prime6809/BeebDis
@dbolli Yeah, I started out with BeebDis, but py8dis is my disassembler of choice now. It’s brilliant, much more flexible than BeebDis. https://github.com/ZornsLemma/py8dis
@markmoxon Ooh, thanks, I must investigate and test on some of Tricky's (Richard Broadhurst) 6502 Beeb code