Commit Graph

1 Commits

Author SHA1 Message Date
Kartik Agaram ead24155ca 4978 - maybe we need another phase
Phase 1: coalesce different instances/fragments for each segment, correctly
prepending later fragments.

Phase 2: pack bitfields into bytes.

Phase 3: compute addresses for labels, compute the ELF header.

Phase 4: convert hex bytes to binary.

But ugh, phase 1 involves linked lists and I'll have to go down a rabbit
hole building up more standard library functions.
2019-02-17 07:39:20 -08:00