This is a prototype of a disassembler for Onramp bytecode. It converts the program to hexadecimal with commented assembly instructions and line assertions.
Eventually this will be converted to C. It should produce assembly directly with generated labels and convert primitive instructions to compound. In the meantime this tool is useful for debugging purposes.