09-09-2026, 08:57 AM
(09-09-2026, 06:44 AM)taren0305 Wrote: Microbee Colour BASIC — colour variables
Current foreground colour
Current background colourCode:POKE 156,n
Half-intensity backgroundCode:POKE 157,n
I was curious where the microbee stored its colour address, so went on a hunt. its same as poke 646,? on commodore64.. much faster then color ?? (maybe it is ubee but using poke 100+58,2 and color 1+1 seems to be slightly different on a stopwatch. and poke 100+58 stops the interpreter changing the command back to color) run it through a simple loop. for i=1 to 1000: poke 100+58,2 vs color 1+1: next iCode:POKE 158,n
