|
libmicroemu 0.2.0
ARM Microcontroller Emulator Library
|
Public Types | |
| using | RegOps = typename TCpuAccessor::Reg |
| using | SRegOps = typename TCpuAccessor::SReg |
Public Member Functions | |
| InstrToMnemonic (const TCpuAccessor &cpua, const Instr &instr) | |
| InstrToMnemonic (const InstrToMnemonic &r_src)=delete | |
| InstrToMnemonic & | operator= (const InstrToMnemonic &r_src)=delete |
| InstrToMnemonic (InstrToMnemonic &&r_src)=delete | |
| InstrToMnemonic & | operator= (InstrToMnemonic &&r_src)=delete |
| void | Build (char *buf, std::size_t buf_len) const override |
|
inlineoverridevirtual |
Implements libmicroemu::IInstrToMnemonic.