Cleanup
Added version
Catch dict labels
Uxndis is a Uxntal disassembler, written in that same language.
uxnasm src/uxndis.tal bin/uxndis.rom
The output is valid Uxntal code.
|0100 a0 01 12 ( ;text )
@while
|0103 94 ( LDAk )
|0104 06 ( DUP )
|0105 20 00 03 ( ?λ00 )
|0108 02 ( POP )
|0109 22 ( POP2 )
|010a 00 ( BRK )
@λ00
|010b 80 18 ( #18 )
|010d 17 ( DEO )
|010e 21 ( INC2 )
|010f 40 ff f1 ( !while )
@text
|0112 48 65 6c ( H e l )
|0115 6c 6f 20 ( l o )
|0117 57 6f 72 ( W o r )
|011b 6c 64 21 ( l d ! )