Commit Graph

3 Commits

Author SHA1 Message Date
Kartik Agaram 069ed1c879 4442
Clean up trace levels everywhere in SubX.
2018-07-27 11:55:47 -07:00
Kartik Agaram 3f4bbe9e5f 4434
Key core data structures by hex bytes in text rather than opcode
numbers. Saves us round trips of having to parse and reparse strings,
and also allows us to more easily ignore unexpected non-hex words in
each transform. We'll use this ability next when we start inserting
labels.
2018-07-27 10:15:03 -07:00
Kartik Agaram 4db6b37034 4425
Better name for a layer.
2018-07-26 15:53:21 -07:00