a2aaron/tic-tac

Add an instruction for small integer constants

Opened this issue · 0 comments

Getting small constants is a very common behavior, we should perhaps have another instruction for loading small constants in order to avoid inflating the constant pool. x0 := 100 for instance? A LoadI instruction or similar that loads a literal small integer would be good.