![]() |
KoMo2
1.0.0
A modern ARM emulator GUI.
|
A class that returns all of the information associated with a single row of a memory window, as read from Jimulator. More...
#include <kcmd.h>
Public Attributes | |
| u_int32_t | address |
| The address of the memory value. | |
| std::string | hex |
| A hexadecimal representation of what is stored in that memory value. | |
| std::string | disassembly |
| What the actual .s file says on this line. | |
| bool | breakpoint = false |
| Whether or not a breakpoint is set for this address. | |
A class that returns all of the information associated with a single row of a memory window, as read from Jimulator.
1.8.11