Commit Graph

1 Commits (00c69f2098bf78cecefd897599c95f68450d88a1)

Author SHA1 Message Date
FICTURE7 ecc64c934d
Add `Operand.Label` support to `Assembler` (#2680)
* Add `Operand.Label` support to `Assembler`

This adds label support to `Assembler` and enables branch tightening
when compiling with relocatables. Jump management and patching has been
moved to the `Assembler`.

* Move instruction table to `Assembler.Table`

* Set PTC internal version

* Rename `Assembler.Table` to `AssemblerTable`
2021-10-05 14:04:55 -03:00