llvm-mos-sdk
|
Go to the source code of this file.
Macros | |
#define | BRK() __attribute__((leaf)) asm("brk\nnop\n") |
#define | CLI() __attribute__((leaf)) asm("cli\n") |
#define | SEI() __attribute__((leaf)) asm("sei\n") |
#define BRK | ( | ) | __attribute__((leaf)) asm("brk\nnop\n") |
#define CLI | ( | ) | __attribute__((leaf)) asm("cli\n") |
#define SEI | ( | ) | __attribute__((leaf)) asm("sei\n") |