<p>it&#39;s a stack machine that operates on integer values with all the usual suspects (const32, goto, bit_or, dup, pop, rot), but... but! like x86, it has prefixes</p><p>specifically, the `float` prefix modifies the next operation to be floating-point instead of integer. like world&#39;s worst x86 variant</p>
Reply