start nim game (drawing dots)
This commit is contained in:
parent
b9ea93351a
commit
9eeb186b49
4 changed files with 110 additions and 0 deletions
16
play.tal
Normal file
16
play.tal
Normal file
|
@ -0,0 +1,16 @@
|
|||
|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
|
||||
|
||||
|
||||
|0100
|
||||
@on-reset
|
||||
#01 ( 1 )
|
||||
LITr 00 ( `0, 1 )
|
||||
&l
|
||||
#01 ADDk NIP ( 1, 2 )
|
||||
LITr 01 ADDr ( `1 )
|
||||
STHkr ( `1 1, 2, 1 )
|
||||
#08 NEQ ?&l
|
||||
POPr
|
||||
|
||||
BRK
|
Loading…
Add table
Add a link
Reference in a new issue