about summary refs log tree commit diff stats
path: root/100index
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-27 16:01:55 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-27 17:47:59 -0700
commit6e1eeeebfb453fa7c871869c19375ce60fbd7413 (patch)
tree539c4a3fdf1756ae79770d5c4aaf6366f1d1525e /100index
parent8846a7f85cc04b77b2fe8a67b6d317723437b00c (diff)
downloadmu-6e1eeeebfb453fa7c871869c19375ce60fbd7413.tar.gz
5485 - promote SubX to top-level
Diffstat (limited to '100index')
-rw-r--r--100index11
1 files changed, 11 insertions, 0 deletions
diff --git a/100index b/100index
new file mode 100644
index 00000000..355b43d3
--- /dev/null
+++ b/100index
@@ -0,0 +1,11 @@
+-- Overview of layers
+0-9: infrastructure independent of this program
+10-29: level 1, the SubX subset of the 32-bit x86 ISA
+30-39: level 2, moving past counting bytes with operands and labels
+
+See layer 29 for the description of 'level'.
+
+--- Overview of tracing depths
+0: errors
+1-98: app level traces for different SubX programs
+99: low-level details of the VM