Housekeeping
This commit is contained in:
parent
83141de319
commit
78eb70d88f
|
@ -7,10 +7,9 @@ LIN="uxncli $HOME/roms/uxnlin.rom"
|
||||||
SRC="${ID}.tal"
|
SRC="${ID}.tal"
|
||||||
DST="${ID}.rom"
|
DST="${ID}.rom"
|
||||||
CPY="$HOME/roms"
|
CPY="$HOME/roms"
|
||||||
ARG="hello.rom"
|
ARG="opctest.rom"
|
||||||
|
|
||||||
uxnasm opctest.tal opctest.rom
|
uxnasm opctest.tal opctest.rom
|
||||||
uxnasm hello.tal hello.rom
|
|
||||||
|
|
||||||
if [[ "$*" == *"--lint"* ]]
|
if [[ "$*" == *"--lint"* ]]
|
||||||
then
|
then
|
||||||
|
|
|
@ -30,13 +30,9 @@
|
||||||
( part 4
|
( part 4
|
||||||
> JSI: Subroutine to relative absolute address
|
> JSI: Subroutine to relative absolute address
|
||||||
> JMP2r: Jumps to absolute address on return stack )
|
> JMP2r: Jumps to absolute address on return stack )
|
||||||
#010f DEO
|
|
||||||
|
|
||||||
BRK
|
|
||||||
subroutine
|
subroutine
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
( part 5
|
( part 5
|
||||||
> POP2: Removes a short from the stack
|
> POP2: Removes a short from the stack
|
||||||
> INC2: Increments short on stack
|
> INC2: Increments short on stack
|
||||||
|
|
|
@ -79,8 +79,6 @@
|
||||||
|
|
||||||
@halt ( opcode -- )
|
@halt ( opcode -- )
|
||||||
#01 .emu/sleep STZ
|
#01 .emu/sleep STZ
|
||||||
<phex>/b
|
|
||||||
#0a18 DEO
|
|
||||||
JMP2r
|
JMP2r
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue