libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
libmicroemu::internal::VariadicLoadInstr< TInstrContext > Class Template Reference

Load multiple. More...

#include <variadic_load_instr.h>

Public Types

using It = typename TInstrContext::It
 
using Pc = typename TInstrContext::Pc
 
using ExcTrig = typename TInstrContext::ExcTrig
 

Static Public Member Functions

template<typename TArg0>
static Result< InstrExecResultCall (TInstrContext &ictx, const InstrFlagsSet &iflags, const TArg0 &rn, const u32 &registers)
 

Detailed Description

template<typename TInstrContext>
class libmicroemu::internal::VariadicLoadInstr< TInstrContext >

Load multiple.

LDM - see Armv7-M Architecture Reference Manual Issue E.e p.242 POP - see Armv7-M Architecture Reference Manual Issue E.e p.319


The documentation for this class was generated from the following file: