Add disassemble option
Opened this issue · 0 comments
dwayne commented
Displays the instructions in a human readable format.
$ whitespace --disassemble count.ws
# or
$ whitespace -d count.ws
push 1
label " "
dup
putn
...
Opened this issue · 0 comments
Displays the instructions in a human readable format.
$ whitespace --disassemble count.ws
# or
$ whitespace -d count.ws
push 1
label " "
dup
putn
...