llvm-mos-sdk
Macros
6502.h File Reference

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")
 

Macro Definition Documentation

◆ BRK

#define BRK ( )    __attribute__((leaf)) asm("brk\nnop\n")

◆ CLI

#define CLI ( )    __attribute__((leaf)) asm("cli\n")

◆ SEI

#define SEI ( )    __attribute__((leaf)) asm("sei\n")