#include <string.h>
Go to the source code of this file.
Defines | |
#define | memcpy_ram2ram memcpy |
#define | memcpy_code2ram(x, y, z) code2data(y,x,z) |
#define | memcmp_ram2ram memcmp |
#define | memcmp_code2ram memcmp_code |
Functions | |
void | code2data (U8 _CONST_TYPE_ *src, U8 _MEM_TYPE_SLOW_ *dest, U8 nb_data) |
int | memcmp_code (U8 *ram, U8 _CONST_TYPE_ *rom, U16 n) |
Definition in file memory.h.
#define memcpy_ram2ram memcpy |