Rizin
unix-like reverse engineering framework and cli tools
asm_snes.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2012-2015 condret <condr3t@protonmail.com>
2 // SPDX-FileCopyrightText: 2012-2015 pancake <pancake@nopcode.org>
3 // SPDX-License-Identifier: LGPL-3.0-only
4 
5 #ifndef ASM_P_ASM_SNES_H
6 #define ASM_P_ASM_SNES_H
7 
8 struct snes_asm_flags {
9  unsigned char M;
10  unsigned char X;
11 };
12 
13 #endif
unsigned char M
Definition: asm_snes.h:9
unsigned char X
Definition: asm_snes.h:10