mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-20 04:09:41 +00:00
10 lines
123 B
C
10 lines
123 B
C
#ifndef ASM_P_ASM_SNES_H
|
|
#define ASM_P_ASM_SNES_H
|
|
|
|
struct snes_asm_flags {
|
|
unsigned char M;
|
|
unsigned char X;
|
|
};
|
|
|
|
#endif
|