|
|
|
|
|
by woodruffw
1578 days ago
|
|
> Who needs to know the detailed hardware structure? Compiler writers maybe, but they experience and order of magnitude more conflicts then. I think this Usenet posting was written in the early 1990s, when a large number of people were probably still using macro assemblers to write large programs, and may have also been writing binary patches for those programs back when that was easier (no relocations to worry about!). It's definitely more of a "cool fact" than something you'd immediately apply, but it's the kind of thing I could see being useful to an assembly programmer of the period. For my N=1 experience: I've written compact x86 decoders in HDLs before, and this octal mapping of the opcode structure was extremely useful in helping me determine an optimal (in terms of minimal gate counts) decoder structure. But that is indeed a very niche use case. |
|
I definitely appreciate the point of your last paragraph.