ASM to BIN


0


This page is meant to be used alongside the STU from Super Testnet, an 8-bit CPU for BitVM. Use this page to create an assembly program on the left, then copy the array above to paste in the STU here with the button "Use Your Own".

Read more here about the 8-bit CPU and writing assembly programs here.


NOTES:

Instead of using .org and .word to initialize a byte of RAM, use the NOP command and put a value up to 255 in the value for the byte slot you want to initialize. This has the same effect.

If the command is NOP, then the value has a maximum of 255. Otherwise, the maximum value is 15. An error will not be thrown here, but it will fail to work on the STU.

Remember that the first slot is slot "0", and the final slot "15".

Here is a video tutorial on using this tool.