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.
@akkartik.com> 2015-03-28 20:57:21 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-03-28 20:57:21 -0700 992 - c++ chain spaces for lexical scope' href='/akkartik/mu/commit/cpp/028space_surround?h=hlt&id=8f1db754005616054192b3f75e54af9929df26cc'>8f1db754 ^
2f5f7919 ^

69d95127 ^

8f1db754 ^


2f5f7919 ^
8f1db754 ^
2f5f7919 ^
8f1db754 ^
2f5f7919 ^
8f1db754 ^





6673e1fc ^

82ac0b7e ^
8f1db754 ^

6673e1fc ^
82ac0b7e ^





6673e1fc ^
82ac0b7e ^
8f1db754 ^

6673e1fc ^
a66c9ae6 ^
8f1db754 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50