|
LMMS
|
Macros | |
| #define | PAGE_OFFSET(addr) |
| #define | READ(addr) |
| #define | WRITE(addr, data) |
| #define | READ_FAST(addr, out) |
| #define | READ_PROG(addr) |
| #define | R8(n) |
| #define | GET_ADDR() |
| #define | BRANCH(cond) |
Variables | |
| unsigned const | z_flag = 0x80 |
| unsigned const | n_flag = 0x40 |
| unsigned const | h_flag = 0x20 |
| unsigned const | c_flag = 0x10 |
| #define GET_ADDR | ( | ) |
| #define PAGE_OFFSET | ( | addr | ) |
| #define READ | ( | addr | ) |
| #define READ_FAST | ( | addr, | |
| out ) |
| #define READ_PROG | ( | addr | ) |
| #define WRITE | ( | addr, | |
| data ) |
| unsigned const c_flag = 0x10 |
| unsigned const h_flag = 0x20 |
| unsigned const n_flag = 0x40 |
| unsigned const z_flag = 0x80 |