diff --git a/cli/uxnvm/build.sh b/cli/uxnvm/build.sh index ab49c12..d7d4bb5 100755 --- a/cli/uxnvm/build.sh +++ b/cli/uxnvm/build.sh @@ -7,10 +7,9 @@ LIN="uxncli $HOME/roms/uxnlin.rom" SRC="${ID}.tal" DST="${ID}.rom" CPY="$HOME/roms" -ARG="hello.rom" +ARG="opctest.rom" uxnasm opctest.tal opctest.rom -uxnasm hello.tal hello.rom if [[ "$*" == *"--lint"* ]] then diff --git a/cli/uxnvm/opctest.tal b/cli/uxnvm/opctest.tal index d23c92c..ddad5c5 100644 --- a/cli/uxnvm/opctest.tal +++ b/cli/uxnvm/opctest.tal @@ -30,13 +30,9 @@ ( part 4 > JSI: Subroutine to relative absolute address > JMP2r: Jumps to absolute address on return stack ) -#010f DEO -BRK subroutine - - ( part 5 > POP2: Removes a short from the stack > INC2: Increments short on stack diff --git a/cli/uxnvm/uxnvm.tal b/cli/uxnvm/uxnvm.tal index bb70852..a121793 100644 --- a/cli/uxnvm/uxnvm.tal +++ b/cli/uxnvm/uxnvm.tal @@ -79,8 +79,6 @@ @halt ( opcode -- ) #01 .emu/sleep STZ - /b - #0a18 DEO JMP2r (