Skip to content

Instantly share code, notes, and snippets.

@marmakoide
Created April 11, 2020 20:24
Show Gist options
  • Save marmakoide/b9dd18d88d67525e73d1ee21d46e9222 to your computer and use it in GitHub Desktop.
Save marmakoide/b9dd18d88d67525e73d1ee21d46e9222 to your computer and use it in GitHub Desktop.
Demonstration of color attributes usage in low resolution mode, Oric 1 computer
10 FOR I=1 TO 27
20 POKE #BB80+I*40,16
30 POKE #BB81+I*40,I AND 7
40 FOR J=0 TO 38
50 POKE #BB82+I*40+J,126
60 NEXT J
70 POKE #BB80+I*40+20,23
80 NEXT I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment