6.2 Hack Assembly-to-Binary Translation Specification > 6.2.2 Instructions:
The graphic shows the 16-bit A-instruction and C-instruction as a 4, 4-bit composition.
https://www.screencast.com/t/JDL0KpaCowFIt was the C-instruction that caught my eye, as the 16-bit C-instruction is also a composite of the following bits:
1 opcode
2 throw-away
7 comp
3 dest
3 jump
Why did Noam and/or Shimon choose to communicate as a 4, 4-bit composition in addition to the spec?
I can't see how this detail should influence the Assembler I'm writing?
Maybe it has to do with something further up the software stack?