about summary refs log tree commit diff stats
path: root/html
ModeNameSize
-rw-r--r--000organization.cc.html21643log stats plain blame
-rw-r--r--001help.cc.html47077log stats plain blame
-rw-r--r--002test.cc.html21902log stats plain blame
-rw-r--r--003trace.cc.html87897log stats plain blame
-rw-r--r--003trace.test.cc.html29959log stats plain blame
-rw-r--r--010---vm.cc.html73878log stats plain blame
-rw-r--r--011run.cc.html73289log stats plain blame
-rw-r--r--012elf.cc.html44656log stats plain blame
-rw-r--r--013direct_addressing.cc.html221795log stats plain blame
-rw-r--r--014indirect_addressing.cc.html155328log stats plain blame
-rw-r--r--015immediate_addressing.cc.html199245log stats plain blame
-rw-r--r--016index_addressing.cc.html25807log stats plain blame
-rw-r--r--017jump_disp8.cc.html61721log stats plain blame
-rw-r--r--018jump_disp32.cc.html59945log stats plain blame
-rw-r--r--019functions.cc.html20656log stats plain blame
-rw-r--r--020syscalls.cc.html40502log stats plain blame
-rw-r--r--021byte_addressing.cc.html33368log stats plain blame
-rw-r--r--022div.cc.html7689log stats plain blame
-rw-r--r--028translate.cc.html38636log stats plain blame
-rw-r--r--029transforms.cc.html9209log stats plain blame
-rw-r--r--030---operands.cc.html98120log stats plain blame
-rw-r--r--031check_operands.cc.html142862log stats plain blame
-rw-r--r--032check_operand_bounds.cc.html26925log stats plain blame
-rw-r--r--034compute_segment_address.cc.html15772log stats plain blame
-rw-r--r--035labels.cc.html68277log stats plain blame
-rw-r--r--036global_variables.cc.html57121log stats plain blame
-rw-r--r--038---literal_strings.cc.html54425log stats plain blame
-rw-r--r--039debug.cc.html29467log stats plain blame
-rw-r--r--040---tests.cc.html18842log stats plain blame
-rw-r--r--049memory_layout.subx.html2474log stats plain blame
-rw-r--r--050_write.subx.html8940log stats plain blame
-rw-r--r--051test.subx.html13457log stats plain blame
-rw-r--r--052kernel-string-equal.subx.html35975log stats plain blame
-rw-r--r--053new-segment.subx.html14194log stats plain blame
-rw-r--r--054string-equal.subx.html33418log stats plain blame
-rw-r--r--055stream.subx.html12495log stats plain blame
-rw-r--r--056trace.subx.html148317log stats plain blame
-rw-r--r--057write.subx.html23904log stats plain blame
-rw-r--r--058stream-equal.subx.html86326log stats plain blame
-rw-r--r--059stop.subx.html32022log stats plain blame
-rw-r--r--060read.subx.html63656log stats plain blame
-rw-r--r--061read-byte.subx.html40473log stats plain blame
-rw-r--r--062write-stream.subx.html37883log stats plain blame
-rw-r--r--063error.subx.html9828log stats plain blame
-rw-r--r--064write-byte.subx.html41806log stats plain blame
-rw-r--r--065write-buffered.subx.html33312log stats plain blame
-rw-r--r--066print-int.subx.html53777log stats plain blame
-rw-r--r--067parse-hex.subx.html126359log stats plain blame
-rw-r--r--068error-byte.subx.html16749log stats plain blame
-rw-r--r--069allocate.subx.html32199log stats plain blame
-rw-r--r--070new-stream.subx.html19068log stats plain blame
-rw-r--r--071read-line.subx.html56001log stats plain blame
-rw-r--r--072slice.subx.html169810log stats plain blame
-rw-r--r--073next-token.subx.html133852log stats plain blame
-rw-r--r--074print-int-decimal.subx.html38860log stats plain blame
-rw-r--r--075array-equal.subx.html92820log stats plain blame
-rw-r--r--076zero-out.subx.html13067log stats plain blame
-rw-r--r--077slurp.subx.html24456log stats plain blame
d---------apps498log stats plain
d---------archive / 2.vm31log stats plain
-rw-r--r--control0.png363435log stats plain blame
-rw-r--r--control1.png377139log stats plain blame
-rw-r--r--encoding.png169620log stats plain blame
-rw-r--r--ex3.png185444log stats plain blame
d---------examples495log stats plain
-rw-r--r--trace.png438484log stats plain blame
id='n20' href='#n20'>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