Housekeeping
This commit is contained in:
parent
83141de319
commit
78eb70d88f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -79,8 +79,6 @@
|
|||
|
||||
@halt ( opcode -- )
|
||||
#01 .emu/sleep STZ
|
||||
<phex>/b
|
||||
#0a18 DEO
|
||||
JMP2r
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue