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.
c831484 ^
d62c82f ^
893123c ^
1f8b2ce ^

1f8b2ce ^
920306c ^

893123c ^
8af4945 ^
920306c ^






f06a2d6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24