Class | Description |
---|---|
AbstractAssembler |
This class has been created to work around a bug whereby the system seems to have gotten
confused by the relationship between:
ForwardReference -> ForwardReference.ShortBranch -> Assembler.ShortBranch, and Assembler
This problem does not exist under IA32 since there is no need for Assembler.ShortBranch.
|
ForwardReference |
A forward reference has a machine-code-index source and optionally
a bytecode-index target.
|
ForwardReference.ConditionalBranch | |
ForwardReference.LoadReturnAddress | |
ForwardReference.ShortBranch | |
ForwardReference.SwitchCase | |
ForwardReference.UnconditionalBranch |