19 lines
461 B
Tal
19 lines
461 B
Tal
|
|
|00 @System &vector $2 &expansion $2 &wst $1 &rst $1 &metadata $2 &r $2 &g $2 &b $2 &debug $1 &state $1
|
|
|10 @Console &vector $2 &read $1 &pad $4 &type $1 &write $1 &error $1
|
|
|20 @Screen &vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1
|
|
|
|
|0100
|
|
|
|
@on-reset ( -> )
|
|
#f07f .System/r DEO2
|
|
#f0d6 .System/g DEO2
|
|
#f0b2 .System/b DEO2
|
|
;on-console .Console/vector DEO2
|
|
BRK
|
|
|
|
@on-console ( -> )
|
|
.Console/read DEI #18 DEO
|
|
BRK
|
|
|