about summary refs log tree commit diff stats
path: root/314divide.subx
Commit message (Collapse)AuthorAgeFilesLines
* 7290Kartik Agaram2020-11-271-0/+17
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.