mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-25 10:29:47 +00:00
Add explicit definition of unused bit
This commit is contained in:
parent
20047c65a8
commit
5730e5e446
@ -22,6 +22,7 @@ enum status_flags {
|
|||||||
MOS_INTERRUPT = 4,
|
MOS_INTERRUPT = 4,
|
||||||
MOS_DECIMAL = 8,
|
MOS_DECIMAL = 8,
|
||||||
MOS_BREAK = 16,
|
MOS_BREAK = 16,
|
||||||
|
MOS_UNUSED = 32,
|
||||||
MOS_OVERFLOW = 64,
|
MOS_OVERFLOW = 64,
|
||||||
MOS_NEGATIVE = 128,
|
MOS_NEGATIVE = 128,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user