10 Print 6502 Assembler

--

10 Print in 6502 Assembler on BBC Micro Emulator.

After reading the book on C64 10 Print the one line random pattern generator, I decided if I could do the same in assembler on a same era machine (well emulated BBC Micro).

It was a challenge to get my head back into the low level assembler code from the high level languages world of my day job of DevOps in AWS, but I found it a good exercise in logic thinking.

You can check out the code on my GitHub, which builds using the beebasm compiler to create the disk image to run on a BBC Micro emulator.

Not sure what I will do next, maybe revisit BASIC or Pascal programming to keep the brain cells ticking along.

--

--