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 past the matching ] if the cell at the pointer is 0
|
||||||
] Jump back to the matching [ if the cell at the pointer is nonzero )
|
] Jump back to the matching [ if the cell at the pointer is nonzero )
|
||||||
|
|
||||||
|0100 ( -> ) @reset
|
|0100 ( -> )
|
||||||
|
|
||||||
;memory
|
;memory
|
||||||
;program
|
;program
|
||||||
|
@ -22,7 +22,8 @@
|
||||||
LDAk LIT "] NEQ ,&prev JCN [ ,goto-back JSR ] &prev
|
LDAk LIT "] NEQ ,&prev JCN [ ,goto-back JSR ] &prev
|
||||||
INC2 LDAk ,&while JCN
|
INC2 LDAk ,&while JCN
|
||||||
POP2
|
POP2
|
||||||
( halt ) #010f DEO
|
( halt )
|
||||||
|
#010f DEO
|
||||||
|
|
||||||
BRK
|
BRK
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue