~rabbits/uxndis

Uxntal disassembler, written in Tal

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/uxndis
read/write
git@git.sr.ht:~rabbits/uxndis

You can also use your local clone with git send-email.

#Uxndis

Uxndis is a Uxntal disassembler, written in that same language.

#Build

uxnasm src/uxndis.tal bin/uxndis.rom

#Example

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 ! )

#Support