Name | Description |
---|---|
ATTTranslator | Translates to AT&T syntax |
IntelTranslator | Translates instructions to Intel ASM syntax |
Translator | All translators must inherit from the abstract class Translator. This base class provides a number of common methods, and defines two abstract methods that must be implemented. |