|
libmicroemu 0.2.0
ARM Microcontroller Emulator Library
|
Dmb instruction. More...
#include <nullary_instr.h>
Static Public Member Functions | |
| static Result< InstrExecFlagsSet > | Call (TInstrContext &ictx, const InstrFlagsSet &iflags) |
Dmb instruction.
A Data Memory Barrier operation completes when all explicit memory accesses before the DMB. On this emulator, it is a NOP
see Armv7-M Architecture Reference Manual Issue E.e p.230