about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 488e249a..cf279f32 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -27,7 +27,7 @@ b9/copy 1/imm32
 ```
 
 Notice that a single instruction, say 'copy', maps to multiple opcodes.
-That's just the tip of the iceberg of complexity that Assembly Languages deal
+That's just the tip of the iceberg of complexity that Assembly languages deal
 with.
 
 SubX doesn't shield the programmer from these details. Words always contain
@@ -48,7 +48,7 @@ into a larger toolchain, to be a back-end for a compiler. Their output is in
 turn often passed to other tools like a linker. The formats that all these
 tools use to talk to each other have grown increasingly complex in the face of
 decades of evolution, usage and backwards-compatibility constraints. All these
-considerations add to the burden of the Assembler developer. Building the
+considerations add to the burden of the assembler developer. Building the
 assembler in a high-level language helps face up to them.
 
 Assemblers _do_ often accept a far simpler language, just a file format
;vc@akkartik.com> 2019-05-18 00:45:12 -0700 switch to new syntax for segment headers in C++' href='/akkartik/mu/commit/subx/examples/ex8.subx?h=hlt&id=83c67014034bbf9072d7e4555b0e51e815a95756'>83c67014 ^
ee9a9237 ^


e5cbbea4 ^
ee9a9237 ^
6030d7e2 ^
9d27e966 ^
ee9a9237 ^
dd9ba09a ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
6ff9ce26 ^
6030d7e2 ^



5cec03b4 ^
9d27e966 ^

6030d7e2 ^
9d27e966 ^
6030d7e2 ^
b142ae9c ^
9d27e966 ^
83315235 ^
1639687b ^
6030d7e2 ^
b142ae9c ^
6030d7e2 ^
220ac389 ^
6030d7e2 ^
3c420101 ^
6030d7e2 ^
b142ae9c ^

9d27e966 ^
6030d7e2 ^
ed0e64a9 ^
ee9a9237 ^
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