Open bgillesp opened 3 days ago
Implementation extends the existing DIVU opcode to expose the remainder as an output, and to handle the (significantly more complicated) signed case.
DIVU
Design should be complete, but need to implement/run tests and finish integration.
Implementation extends the existing
DIVU
opcode to expose the remainder as an output, and to handle the (significantly more complicated) signed case.Design should be complete, but need to implement/run tests and finish integration.