|
| static void | Print (TCpuAccessor &cpua, const TBus &mem, const me_offset_t vadr, const me_size_t size, const u32 indent=0U) |
| | Print memory content to the console.
|
| |
◆ Print()
template<typename TCpuAccessor, typename TBus>
| static void libmicroemu::internal::MemoryViewer< TCpuAccessor, TBus >::Print |
( |
TCpuAccessor & | cpua, |
|
|
const TBus & | mem, |
|
|
const me_offset_t | vadr, |
|
|
const me_size_t | size, |
|
|
const u32 | indent = 0U ) |
|
inlinestatic |
Print memory content to the console.
- Parameters
-
| cpua | the processor states |
| mem | the memory bus |
| vadr | the virtual address to start printing from |
| size | the number of bytes to print |
| indent | the number of spaces to indent the output |
The documentation for this class was generated from the following file: