two pass encoding and resizing references #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "encoding_start"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements a two pass encoding
First pass:
instruction size for those instructions that use label references.
Second pass:
collect size information using the estimated addresses from pass 1
size.
Iteration: Repeat the second pass until addresses converge
This fixes #14