Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
23
Task/Character-codes/Uxntal/character-codes.uxnatl
Normal file
23
Task/Character-codes/Uxntal/character-codes.uxnatl
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|00 @System &vector $2 &expansion $2 &wst $1 &rst $1 &metadata $2 &r $2 &g $2 &b $2 &debug $1 &state $1
|
||||
|10 @Console &vector $2 &read $1 &pad $4 &type $1 &write $1 &error $1
|
||||
|
||||
|0100
|
||||
[ LIT "a ] print-hex
|
||||
newline
|
||||
#61 .Console/write DEO
|
||||
newline
|
||||
|
||||
#80 .System/state DEO
|
||||
BRK
|
||||
|
||||
@print-hex
|
||||
DUP #04 SFT print-digit #0f AND print-digit
|
||||
JMP2r
|
||||
|
||||
@print-digit
|
||||
DUP #09 GTH #27 MUL ADD #30 ADD .Console/write DEO
|
||||
JMP2r
|
||||
|
||||
@newline
|
||||
#0a .Console/write DEO
|
||||
JMP2r
|
||||
Loading…
Add table
Add a link
Reference in a new issue