T-EMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
Memory.h File Reference
#include <stdint.h>
Include dependency graph for Memory.h:

Go to the source code of this file.

Functions

int temu_memoryRead (void *mem, uint8_t *buff, uint64_t addr, uint32_t size, int swap)
 
int temu_memoryWrite (void *mem, uint64_t addr, uint8_t *buff, uint32_t size, int swap)
 

Function Documentation

int temu_memoryRead ( void *  mem,
uint8_t *  buff,
uint64_t  addr,
uint32_t  size,
int  swap 
)
int temu_memoryWrite ( void *  mem,
uint64_t  addr,
uint8_t *  buff,
uint32_t  size,
int  swap 
)