about summary refs log tree commit diff stats
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* 4178Kartik K. Agaram2017-12-311-21/+19
|
* 4176Kartik K. Agaram2017-12-311-1/+1
|
* 4168Kartik K. Agaram2017-12-301-52/+52
|
* 4167 - show square colors in chessboard appKartik K. Agaram2017-12-271-399/+409
|
* 4166Kartik K. Agaram2017-12-271-10/+10
|
* 4165Kartik K. Agaram2017-12-2738-298/+298
|
* 4164Kartik K. Agaram2017-12-2713-37/+38
|
* 4163Kartik K. Agaram2017-12-241-1/+1
|
* 4162Kartik K. Agaram2017-12-2216-310/+285
|
* 4161Kartik K. Agaram2017-12-15135-1475/+1520
|
* 4157Kartik K. Agaram2017-12-091-31/+31
|
* 4156Kartik K. Agaram2017-12-071-1/+1
|
* 4155Kartik K. Agaram2017-12-0767-6049/+6317
|
* 4135Kartik K. Agaram2017-12-031-1/+1
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-0383-1048/+1105
|
* 4133Kartik K. Agaram2017-11-255-146/+171
|
* 4123Kartik K. Agaram2017-11-161-24/+14
|
* 4122Kartik K. Agaram2017-11-1513-1242/+1266
|
* 4118Kartik K. Agaram2017-11-061-291/+292
|
* 4117 - done with delimited continuationsKartik K. Agaram2017-11-068-833/+973
| | | | | At least this particular implementation of them. Let's play with them now for a while, see if they're fully equivalent to shift/reduce.
* 4113Kartik K. Agaram2017-11-051-288/+291
|
* 4112Kartik K. Agaram2017-11-051-16/+12
|
* 4110 - add continuations to docsKartik K. Agaram2017-11-054-0/+363
|
* 4109Kartik K. Agaram2017-11-0541-1091/+1222
|
* 4102Kartik K. Agaram2017-11-0154-4738/+4816
|
* 4085 - done with first cut of the SubX VMKartik K. Agaram2017-10-182-3/+146
| | | | subx: 'call' and 'return' instructions
* 4084Kartik K. Agaram2017-10-183-95/+94
| | | | | subx: extract helpers for 'push' and 'pop'. We will be using them in 'call' and 'ret' as well.
* 4083Kartik K. Agaram2017-10-182-1/+60
| | | | subx: 'pop'
* 4082Kartik K. Agaram2017-10-182-50/+56
| | | | | subx: correct a 'copy' ('mov') instruction as well to get its operand right from the opcode.
* 4081Kartik K. Agaram2017-10-181-222/+218
|
* 4080Kartik K. Agaram2017-10-181-13/+19
| | | | | | | | subx: correct 'push' register. It gets its operand right from the opcode, not a new modrm byte. Have I misinterpreted any other instructions in this manner (`+rd` in the Intel manual)?
* 4079Kartik K. Agaram2017-10-183-26/+101
| | | | subx: 'pop'
* 4078Kartik K. Agaram2017-10-176-449/+451
|
* 4077Kartik K. Agaram2017-10-175-32/+32
| | | | | Stop hyperlinking every `i` in subx html files to the integer register union.
* 4072Kartik K. Agaram2017-10-166-68/+667
|
* 4069Kartik K. Agaram2017-10-154-221/+303
| | | | subx: unconditional 'jump'
* 4068Kartik K. Agaram2017-10-151-3/+3
|
* 4067Kartik K. Agaram2017-10-153-3/+92
| | | | subx: 'mov'
* 4066Kartik K. Agaram2017-10-142-2/+2
| | | | | | I spent a while spelunking into the code generated by C compilers before realizing that ignoring the order of arguments for 'cmp' instructions clarifies everything.
* 4065Kartik K. Agaram2017-10-143-0/+228
| | | | | | subx: 'compare' Hopefully I've implemented the 'sense' of comparisons right..
* 4064Kartik K. Agaram2017-10-146-478/+457
|
* 4063Kartik K. Agaram2017-10-142-4/+4
|
* 4062Kartik K. Agaram2017-10-134-252/+256
|
* 4061Kartik K. Agaram2017-10-132-9/+9
|
* 4059Kartik K. Agaram2017-10-133-242/+609
|
* 4054Kartik K. Agaram2017-10-129-369/+369
|
* 4053Kartik K. Agaram2017-10-122-5/+5
|
* 4052Kartik K. Agaram2017-10-129-140/+1935
|
* 4028Kartik K. Agaram2017-10-121-4/+4
|
* 4027Kartik K. Agaram2017-10-121-0/+249
| | | | Hacky one-time html rendering for a single layer in subx.
cs/ranger/commit/doc/pydoc/test.tc_bookmarks.html?h=v1.7.0-emacs&id=34a60763e79546e0f84e30fbcc430632f3dbb39e'>34a60763 ^
4c13e1f2 ^
34a60763 ^

4c13e1f2 ^










34a60763 ^
4c13e1f2 ^







34a60763 ^

4c13e1f2 ^
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203