mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +00:00
Add flag definitions.
This commit is contained in:
parent
d2c22ec9bb
commit
a27defa483
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user