about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/Readme.md78
1 files changed, 57 insertions, 21 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index b7741350..bdf93a71 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -1,6 +1,56 @@
-## The SubX VM
+## What is this? 
 
-Bytecode interpreter for a subset of the 32-bit x86 ISA.
+A suite of tools for directly programming in (32-bit x86) machine code without
+a compiler. The generated ELF binaries require just a Unix-like kernel to run.
+(It isn't self-hosted yet, so generating the binaries requires a C compiler
+and libc.)
+
+## Why in the world?
+
+1. It seems wrong-headed that our computers look polished but are plagued by
+   foundational problems of security and reliability. I'd like to learn to
+   walk before I try to run, use the computer only to check my program for
+   errors and not hide low-level details. That may simplify the hard problems.
+   It adds to the burden of the programmer, but computers have been failing to
+   relieve the programmer entirely. Our abstractions so far leak at
+   inopportune times.
+
+2. The software in our computers has grown incomprehensible. Nobody
+   understands it all, not even experts. Even simple programs written by a
+   single author require lots of time for others to comprehend. Compilers are
+   a prime example, growing so complex that programmers have to choose to
+   either program them or use them. I'd like to explore how much of a HLL I
+   can build without an optimizing compiler, and see if the result is more
+   comprehensible by others. ([More details.](http://akkartik.name/about))
+
+3. I want to learn about the internals of the infrastructure we all rely on in
+   our lives.
+
+## Running
+
+```
+$ git clone https://github.com/akkartik/mu
+$ cd mu/subx
+$ ./subx
+```
+
+Running `subx` will transparently compile it as necessary.
+
+## Usage
+
+`subx` currently has the following sub-commands:
+
+* `subx test`: runs all automated tests.
+
+* `subx translate <input file> <output ELF binary>`: translates a text file
+  containing hex bytes and macros into an executable ELF binary.
+
+* `subx run <ELF binary>`: simulates running the ELF binaries emitted by `subx
+  translate`. Useful for debugging, and also enables more thorough testing of
+  `translate`.
+
+I'm not building general infrastructure here for all of the x86 ISA and ELF
+format. SubX is about programming with a small, regular subset of 32-bit x86:
 
 * Only instructions that operate on the 32-bit E\*X registers. (No
   floating-point yet.)
@@ -11,24 +61,10 @@ Bytecode interpreter for a subset of the 32-bit x86 ISA.
   on unsigned integers)
 * Only relative jump instructions (with 8-bit or 16-bit offsets).
 
-These rules yield a clean instruction set. We don't care about running
-arbitrary binaries, just those generated by our forthcoming Mu compiler.
-
-Targeting a VM enables more comprehensive tests for the compiler, without
-requiring access to processor/memory state without getting bogged down in
-details of the ELF format, ABI, STABS debugging format, etc., etc.
-
-Having the VM implement a real (and ubiquitous) instruction set makes it easy
-to generate native binaries outside of tests.
-
-Just unit tests so far:
-
-  ```
-  ./subx test
-  ```
-
-x86 instruction set resources used in building this:
+## Resources
 
+* [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf) (pdf)
+* [Concise reference for the x86 ISA](https://c9x.me/x86)
 * [Intel programming manual](http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf) (pdf)
-* [Concise instruction reference](https://c9x.me/x86)
-* [Single-page cheatsheet](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf) (pdf)
+* [&ldquo;Creating tiny ELF executables&rdquo;](https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html)
+* [&ldquo;Bootstrapping a compiler from nothing&rdquo;](http://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html)
ipes using 'def'' href='/akkartik/mu/commit/043space.cc?h=hlt&id=1ead356219bb2eb59487d1012f837bd07ec336f5'>1ead3562 ^
23d3a022 ^






33262afe ^
23d3a022 ^



4b79c627 ^
23d3a022 ^

4b79c627 ^
619bd33e ^

23d3a022 ^
047296d8 ^
7afe09fb ^
1ead3562 ^
23d3a022 ^

047296d8 ^
23d3a022 ^
047296d8 ^
23d3a022 ^

047296d8 ^
1211a3ab ^
047296d8 ^

1211a3ab ^
047296d8 ^

619bd33e ^

ca01193d ^
b24eb476 ^
50eab110 ^

7da71d03 ^
619bd33e ^
249cc081 ^
7da71d03 ^
c6034af3 ^


e951ecf5 ^
2b250717 ^
c6034af3 ^
ae256ea1 ^
c6034af3 ^
7da71d03 ^

49620728 ^
b24eb476 ^
23d3a022 ^
58eb6ee2 ^

b24eb476 ^
1e38eee5 ^
58eb6ee2 ^
b24eb476 ^
58eb6ee2 ^

aae198a9 ^


58eb6ee2 ^




619bd33e ^
58eb6ee2 ^
43b866d1 ^
3473c63a ^
23d3a022 ^
0f2781f8 ^
23d3a022 ^


3473c63a ^

af023b32 ^
aae198a9 ^






af023b32 ^
58eb6ee2 ^

1ead3562 ^
23d3a022 ^







58eb6ee2 ^
23d3a022 ^
58eb6ee2 ^
43b866d1 ^
3473c63a ^

23d3a022 ^
3473c63a ^


58eb6ee2 ^
7284d503 ^

286ca5a4 ^
1ead3562 ^
23d3a022 ^






33262afe ^
23d3a022 ^



b38e5819 ^
23d3a022 ^
b38e5819 ^
fb1fcbc9 ^

b38e5819 ^
7284d503 ^

286ca5a4 ^
1ead3562 ^
23d3a022 ^








33262afe ^
23d3a022 ^


b38e5819 ^
23d3a022 ^
b38e5819 ^
fb1fcbc9 ^

b38e5819 ^
514f0e34 ^
7d07cd1d ^
a2d8c713 ^
514f0e34 ^
1ead3562 ^
514f0e34 ^
192d59d3 ^

a2d8c713 ^
23d3a022 ^

a2d8c713 ^
1211a3ab ^
a2d8c713 ^

1211a3ab ^
a2d8c713 ^

70f70118 ^
514f0e34 ^
7d07cd1d ^



514f0e34 ^
77d5b5d6 ^
a2d8c713 ^
619bd33e ^







c81fde0c ^
619bd33e ^

43b866d1 ^
3473c63a ^






43b866d1 ^
3473c63a ^



a2d8c713 ^
0d3f30c2 ^


05331766 ^
0d3f30c2 ^



9a81d746 ^
0d3f30c2 ^
49620728 ^
0d3f30c2 ^



514f0e34 ^
e06ff621 ^
0d3f30c2 ^
acce384b ^





9a81d746 ^
05331766 ^
0d3f30c2 ^
05331766 ^
0d3f30c2 ^
05331766 ^
0d3f30c2 ^


6c96a437 ^
0d3f30c2 ^
e4b03c6f ^
d0e29245 ^
0d3f30c2 ^
0d3f30c2 ^


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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294