Compare commits

...

4 Commits

Author SHA1 Message Date
Nico 4dd952cf71 make quicker 2021-12-24 16:04:26 +00:00
Nico 1bdbed1b6b flag drawer now 67 bytes 2021-12-24 15:54:48 +00:00
Nico 2a2a83f688 flag drawer is now 69 (nice) bytes 2021-12-24 15:52:23 +00:00
Nico 23686c0f9c add queer pride flag drawer, 72 bytes 2021-12-24 15:50:17 +00:00
1 changed files with 22 additions and 0 deletions

22
queerflag.tal Normal file
View File

@ -0,0 +1,22 @@
|00 @System [ &vector $2 &wst $1 &rst $1 &pad $4 &r $2 &g $2 &b $2 &debug $1 &halt $1 ]
|20 @Screen [ &vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1 ]
|0000
|0100 ( -> )
#cf00 .System/r DEO2
#6f90 .System/g DEO2
#ff20 .System/b DEO2
#0028 .Screen/width DEO2
#0018 .Screen/height DEO2
;draw .Screen/vector DEO2
#0000
@draw
DUP2 .Screen/x DEO2
#0008 .Screen/y DEO2
#06 .Screen/sprite DEO
#0010 .Screen/y DEO2
#08 .Screen/sprite DEO
#0008 ADD2