repo.or.cz
/
trinary.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update for before meeting http://jeff.tk/wiki/Trinary/Meeting_Notes_20080706#Tasks_in...
[trinary.git]
/
asm
/
guess.t
blob
b6e468d1cd19b646930702d2b15897f2d3854913
1
init: lwi -3 ; random number to guess (0i0)
2
check: cmp in, a ; did they guess right? (ii1)
3
be init, check ; reinit if correct, loop (1i0)