Question

I try to understand, how the mmo object file format works, which is used for Don Knuth's educational MMIX architecture. I have not bought MMIXware, so I have to guess most of the details from the literate source files of the assembler and simulator.

The object format uses a special ternary search trie for storing the symbol table. At a look at the code, I don't quite understand how it works. Can somebody please explain me some details? Especially about how the tree is serialized.

Was it helpful?

Solution

I don't think I can do much better than the explanation found here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top