Created
April 11, 2020 20:24
-
-
Save marmakoide/b9dd18d88d67525e73d1ee21d46e9222 to your computer and use it in GitHub Desktop.
Demonstration of color attributes usage in low resolution mode, Oric 1 computer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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