Changed opcode implementation to native function implementation
This commit is contained in:
parent
ee2ecf1450
commit
a8beb51ca3
5 changed files with 202 additions and 174 deletions
|
|
@ -120,7 +120,6 @@ xx(BOUND_R, bound, RIRI, NOP, 0, 0), // if rA >= rB, throw exception
|
|||
xx(CONCAT, concat, RSRSRS, NOP, 0, 0), // sA = sB..sC
|
||||
xx(LENS, lens, RIRS, NOP, 0, 0), // dA = sB.Length
|
||||
xx(CMPS, cmps, I8RXRX, NOP, 0, 0), // if ((skB op skC) != (A & 1)) then pc++
|
||||
xx(STRFMT, strfmt, RIRIRI, NOP, 0, 0),
|
||||
|
||||
// Integer math.
|
||||
xx(SLL_RR, sll, RIRIRI, NOP, 0, 0), // dA = dkB << diC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue