about summary refs log tree commit diff stats
path: root/406int32.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7290Kartik Agaram2020-11-271-101/+0
| | | | | | | I've wrestled for a long time with how to support integer division with its hard-coded registers. The answer's always been staring me in the face: just turn it into a function! We already expect function outputs to go to hard-coded registers.
* 7289Kartik Agaram2020-11-271-0/+140