llvm-mos-sdk
common
include
6502.h
Go to the documentation of this file.
1
#ifndef _6502_H
2
#define _6502_H
3
4
#define BRK() __attribute__((leaf)) asm("brk\nnop\n")
5
#define CLI() __attribute__((leaf)) asm("cli\n")
6
#define SEI() __attribute__((leaf)) asm("sei\n")
7
8
#endif // not _6502_H
Generated by
1.8.17