diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-19 16:35:10 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-19 16:35:10 -0700 |
commit | 881c7f02708ceaef54a0d8b5fcc136a3003d3e09 (patch) | |
tree | e5094d0952559f216aa569b640c1e000b532c6c5 /999index | |
parent | 8a73e0d19a1d17a21512740df51b9e65b6c6ddad (diff) | |
download | mu-881c7f02708ceaef54a0d8b5fcc136a3003d3e09.tar.gz |
5674
Diffstat (limited to '999index')
-rw-r--r-- | 999index | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/999index b/999index new file mode 100644 index 00000000..355b43d3 --- /dev/null +++ b/999index @@ -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 |