about summary refs log tree commit diff stats
path: root/subx/100index
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-05 10:25:51 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-05 10:25:51 -0700
commitd5cf0cf16d2da02bc863051ec17ca80d2d6659a8 (patch)
treed2255db69b4eb6991f45d70fc551360650a93ff8 /subx/100index
parent99be75f147b32e21373ef98560a0acbd8e829475 (diff)
downloadmu-d5cf0cf16d2da02bc863051ec17ca80d2d6659a8.tar.gz
4492
Diffstat (limited to 'subx/100index')
-rw-r--r--subx/100index9
1 files changed, 9 insertions, 0 deletions
diff --git a/subx/100index b/subx/100index
new file mode 100644
index 00000000..db6f4cdd
--- /dev/null
+++ b/subx/100index
@@ -0,0 +1,9 @@
+-- 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
+
+--- Overview of tracing depths
+0: errors
+1-98: app level traces for different SubX programs
+99: low-level details of the VM