Interface IAssemblyParser
- All Known Implementing Classes:
AbstractAssemblyParser, AssemblyParserARM, AssemblyParserX86
public interface IAssemblyParser
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstruction(AssemblyLabels labels, String inLine) extractRegisterName(String input) booleanbooleanisConstant(String mnemonic, String operand) booleanbooleanisRegister(String mnemonic, String operand) parseAssembly(String assemblyString) parseInstruction(String input, long address, String comment, String annotation, AssemblyLabels labels)
-
Method Details
-
parseAssembly
-
createInstruction
-
parseInstruction
AssemblyInstruction parseInstruction(String input, long address, String comment, String annotation, AssemblyLabels labels) -
isConstant
-
isRegister
-
isAddress
-
isJump
-
extractRegisterName
-