Hacker News new | ask | show | jobs
by mavhc 886 days ago
The OP's code has REM based assembly it in to save space
1 comments

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.