Housekeeping

This commit is contained in:
Devine Lu Linvega 2023-07-13 10:31:06 -07:00
parent 83141de319
commit 78eb70d88f
3 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -79,8 +79,6 @@
@halt ( opcode -- )
#01 .emu/sleep STZ
<phex>/b
#0a18 DEO
JMP2r
(