diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-08-09 21:35:04 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-08-09 21:46:12 -0700 |
commit | 90b01a1b277f457914c1a5757ecfde3af4591ab0 (patch) | |
tree | 5e6a72ac63b7dcdc4c2d689e6dff3a51802888a9 /subx/100index | |
parent | f2889b002ab36e13ac5771cf33635ec35cfc3b34 (diff) | |
download | mu-90b01a1b277f457914c1a5757ecfde3af4591ab0.tar.gz |
4499
More tweaks for check passes. Ensure they're never first-class transforms.
Diffstat (limited to 'subx/100index')
-rw-r--r-- | subx/100index | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/100index b/subx/100index index db6f4cdd..355b43d3 100644 --- a/subx/100index +++ b/subx/100index @@ -3,6 +3,8 @@ 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 |