llvm-mos-sdk
|
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | PCE_MEMOP_INCR_INCR 0x73 |
Memory operation mode: Increment source, increment destination. More... | |
#define | PCE_MEMOP_DECR_DECR 0xC3 |
Memory operation mode: Decrement source, decrement destination. More... | |
#define | PCE_MEMOP_INCR_NONE 0xD3 |
Memory operation mode: Increment source, no change to destination. More... | |
#define | PCE_MEMOP_INCR_ALT 0xE3 |
Memory operation mode: Increment source, alternate between destination and destination + 1. More... | |
#define | PCE_MEMOP_ALT_INCR 0xF3 |
Memory operation mode: Alternate between source and source + 1, increment destination. More... | |
Variables | |
const void * | src |
const void uint16_t | count |
const void uint16_t uint8_t | mode |
Functionality related to memory operations.
#define PCE_MEMOP_ALT_INCR 0xF3 |
Memory operation mode: Alternate between source and source + 1, increment destination.
#define PCE_MEMOP_DECR_DECR 0xC3 |
Memory operation mode: Decrement source, decrement destination.
#define PCE_MEMOP_INCR_ALT 0xE3 |
Memory operation mode: Increment source, alternate between destination and destination + 1.
#define PCE_MEMOP_INCR_INCR 0x73 |
Memory operation mode: Increment source, increment destination.
#define PCE_MEMOP_INCR_NONE 0xD3 |
Memory operation mode: Increment source, no change to destination.
const void uint16_t count |
const void uint16_t uint8_t mode |
const void* src |