Add explicit definition of unused bit

This commit is contained in:
Peter Evans 2018-04-13 16:15:12 -05:00
parent 20047c65a8
commit 5730e5e446
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ enum status_flags {
MOS_INTERRUPT = 4,
MOS_DECIMAL = 8,
MOS_BREAK = 16,
MOS_UNUSED = 32,
MOS_OVERFLOW = 64,
MOS_NEGATIVE = 128,
};