mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-25 04:30:30 +00:00
Add flag definitions.
This commit is contained in:
@@ -176,4 +176,12 @@ struct i386_all_regs {
|
||||
uint32_t flags;
|
||||
} PACKED;
|
||||
|
||||
/* Flags */
|
||||
#define CF ( 1 << 0 )
|
||||
#define PF ( 1 << 2 )
|
||||
#define AF ( 1 << 4 )
|
||||
#define ZF ( 1 << 6 )
|
||||
#define SF ( 1 << 7 )
|
||||
#define OF ( 1 << 11 )
|
||||
|
||||
#endif /* REGISTERS_H */
|
||||
|
Reference in New Issue
Block a user