mirror of
https://github.com/pevans/erc-c.git
synced 2025-08-08 20:24:58 +00:00
Add explicit definition of unused bit
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user