mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-26 15:53:01 +00:00
Merge branch 'main' of git.sr.ht:~rabbits/uxn
This commit is contained in:
commit
92027cf278
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
[ Jump past the matching ] if the cell at the pointer is 0
|
||||
] Jump back to the matching [ if the cell at the pointer is nonzero )
|
||||
|
||||
|0100 ( -> ) @reset
|
||||
|0100 ( -> )
|
||||
|
||||
;memory
|
||||
;program
|
||||
|
@ -22,8 +22,9 @@
|
|||
LDAk LIT "] NEQ ,&prev JCN [ ,goto-back JSR ] &prev
|
||||
INC2 LDAk ,&while JCN
|
||||
POP2
|
||||
( halt ) #010f DEO
|
||||
|
||||
( halt )
|
||||
#010f DEO
|
||||
|
||||
BRK
|
||||
|
||||
@goto-next ( -- )
|
||||
|
|
Loading…
Reference in a new issue