Module text

Module text 

Source
Expand description

SST text assembly format — human-readable parse and print for bytecode programs.

The text format uses one instruction per line with a .version directive:

.version 1.0
const_loc 0x00010002
initial_fill 1
halt

Enums§

ParseError

Functions§

parse
Parse assembly text into a Program.
print
Print a Program as assembly text.