about summary refs log tree commit diff stats
path: root/subx
ModeNameSize
-rw-r--r--000organization.cc6707log stats plain blame
-rw-r--r--001help.cc10783log stats plain blame
-rw-r--r--002test.cc3391log stats plain blame
-rw-r--r--003trace.cc17578log stats plain blame
-rw-r--r--003trace.test.cc4144log stats plain blame
-rw-r--r--010---vm.cc13926log stats plain blame
-rw-r--r--011run.cc13498log stats plain blame
-rw-r--r--012elf.cc8467log stats plain blame
-rw-r--r--013direct_addressing.cc41066log stats plain blame
-rw-r--r--014indirect_addressing.cc31517log stats plain blame
-rw-r--r--015immediate_addressing.cc41100log stats plain blame
-rw-r--r--016index_addressing.cc5592log stats plain blame
-rw-r--r--017jump_disp8.cc11700log stats plain blame
-rw-r--r--018jump_disp32.cc10430log stats plain blame
-rw-r--r--019functions.cc3464log stats plain blame
-rw-r--r--020syscalls.cc6123log stats plain blame
-rw-r--r--021byte_addressing.cc6128log stats plain blame
-rw-r--r--022div.cc859log stats plain blame
-rw-r--r--028translate.cc6264log stats plain blame
-rw-r--r--029transforms.cc2965log stats plain blame
-rw-r--r--030---operands.cc16770log stats plain blame
-rw-r--r--031check_operands.cc23479log stats plain blame
-rw-r--r--032check_operand_bounds.cc4444log stats plain blame
-rw-r--r--034compute_segment_address.cc3145log stats plain blame
-rw-r--r--035labels.cc13020log stats plain blame
-rw-r--r--036global_variables.cc9606log stats plain blame
-rw-r--r--038---literal_strings.cc9305log stats plain blame
-rw-r--r--039debug.cc4152log stats plain blame
-rw-r--r--040---tests.cc2798log stats plain blame
-rw-r--r--049memory_layout.subx274log stats plain blame
-rw-r--r--050_write.subx2714log stats plain blame
-rw-r--r--051test.subx4088log stats plain blame
-rw-r--r--052kernel-string-equal.subx11879log stats plain blame
-rw-r--r--053new-segment.subx4588log stats plain blame
-rw-r--r--054string-equal.subx10898log stats plain blame
-rw-r--r--055stream.subx4064log stats plain blame
-rw-r--r--056trace.subx35379log stats plain blame
-rw-r--r--057write.subx7900log stats plain blame
-rw-r--r--058stream-equal.subx29953log stats plain blame
-rw-r--r--059stop.subx12311log stats plain blame
-rw-r--r--060read.subx22163log stats plain blame
-rw-r--r--061read-byte.subx13643log stats plain blame
-rw-r--r--062write-stream.subx12851log stats plain blame
-rw-r--r--063error.subx2906log stats plain blame
-rw-r--r--064write-byte.subx13879log stats plain blame
-rw-r--r--065hex.subx39133log stats plain blame
-rw-r--r--066write-buffered.subx11005log stats plain blame
-rw-r--r--067print-int.subx18474log stats plain blame
-rw-r--r--068error-byte.subx6104log stats plain blame
-rw-r--r--069allocate.subx11106log stats plain blame
-rw-r--r--070new-stream.subx6298log stats plain blame
-rw-r--r--071read-line.subx11343log stats plain blame
-rw-r--r--072slice.subx50305log stats plain blame
-rw-r--r--073next-token.subx49038log stats plain blame
-rw-r--r--074print-int-decimal.subx13999log stats plain blame
-rw-r--r--075array-equal.subx32734log stats plain blame
-rw-r--r--100index363log stats plain blame
-rw-r--r--Readme.md31482log stats plain blame
d---------apps758log stats plain
-rwxr-xr-xbuild3209log stats plain blame
-rwxr-xr-xbuild_and_test_until398log stats plain blame
-rw-r--r--cheatsheet.pdf76298log stats plain blame
-rwxr-xr-xclean237log stats plain blame
-rwxr-xr-xdgen907log stats plain blame
-rwxr-xr-xdrun486log stats plain blame
-rwxr-xr-xedit535log stats plain blame
d---------examples847log stats plain
-rw-r--r--exuberant_ctags_rc84log stats plain blame
-rwxr-xr-xgen875log stats plain blame
-rw-r--r--modrm.pdf46205log stats plain blame
-rw-r--r--opcodes4571log stats plain blame
-rwxr-xr-xrun438log stats plain blame
-rw-r--r--sib.pdf51968log stats plain blame
-rw-r--r--stats.md598log stats plain blame
-rwxr-xr-xsubx92log stats plain blame
-rw-r--r--subx.vim2950log stats plain blame
-rwxr-xr-xtest_apps5557log stats plain blame
-rwxr-xr-xtest_layers760log stats plain blame
l---------vimrc.vim -> ../vimrc.vim12log stats plain blame
5e12eb7dc8cd95c1152'>^
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