Hacker News new | ask | show | jobs
by crimbles 889 days ago
Also you could swap out hot spots with assembly trivially as it had an inline assembler. And you had indirect pointers in it!
1 comments

The OP's code has REM based assembly it in to save space
is that assembly or is that the dithering table
Yes, the REM is the lookup table used in line 70.

Because BBC Basic had a built-in assembler it was pretty uncommon for BBC programs to inline machine code as raw data (unlike some other computers from BITD).

just a table of constants.