bm icon indicating copy to clipboard operation
bm copied to clipboard

Get rid of the instructions with operands (except `push`)

Open rexim opened this issue 4 years ago • 0 comments

We have 64 instructions and the only ones that accept operands are push, dup, swap, jmp, jmp_if, call, native. We can make them accept their operands only via the stack. So the only instruction that needs an operand will be push. This may allow us to allocate less memory for instructions.

rexim avatar May 04 '21 14:05 rexim