AssemblyBuffer

Package: ghidra.app.plugin.assembler
Type: class

11.3_PUBLIC

addedmethod: assemble
byte[] assemble(java.lang.String line, ghidra.app.plugin.assembler.sleigh.sem.AssemblyPatternBlock ctx) throws AssemblySyntaxException, AssemblySemanticException, IOException
addedmethod: assemble
byte[] assemble(ghidra.program.model.address.Address at, java.lang.String line, ghidra.app.plugin.assembler.sleigh.sem.AssemblyPatternBlock ctx) throws AssemblySyntaxException, AssemblySemanticException, IOException
addedmethod: getAssembler
ghidra.app.plugin.assembler.Assembler getAssembler()
addedmethod: getEntry
ghidra.program.model.address.Address getEntry()

10.3_PUBLIC

addedmethod: assemble
byte[] assemble(ghidra.program.model.address.Address at, java.lang.String line) throws AssemblySyntaxException, AssemblySemanticException, IOException

10.2_PUBLIC

introducedInitial version