Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_store()

void mm_store ( ElementType< T_RegisterType > *  ptr,
T_RegisterType  reg 
)
inlinenoexcept

Store the content of a register to a memory address.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in,out]ptrCorrectly aligned pointer to the memory where the content should be stored
[in]regThe register that should be stored