Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Draw-a-pixel/IS-BASIC/draw-a-pixel.basic
Normal file
5
Task/Draw-a-pixel/IS-BASIC/draw-a-pixel.basic
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
100 SET VIDEO X 40:SET VIDEO Y 26:SET VIDEO MODE 5:SET VIDEO COLOR 0
|
||||
110 OPEN #101:"video:"
|
||||
120 DISPLAY #101:AT 1 FROM 1 TO 26
|
||||
130 SET PALETTE BLACK,RED
|
||||
140 PLOT 100,100
|
||||
Loading…
Add table
Add a link
Reference in a new issue