summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-08-24 23:33:53 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-08-24 23:33:53 -0500
commit673c7dc0868e8dbbfbc2c327fd78610d7631188f (patch)
treec3bb26576a390071fb4c54c76f3cdb6be5f25ebe /doc
parent015bcdbc89fc38f8a515ee6a707357fbc7fdf8a3 (diff)
added odd flag bit
Diffstat (limited to 'doc')
-rw-r--r--doc/ASAP32-ISA.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ASAP32-ISA.md b/doc/ASAP32-ISA.md
index 4b027f0..c6a0d54 100644
--- a/doc/ASAP32-ISA.md
+++ b/doc/ASAP32-ISA.md
@@ -67,7 +67,8 @@ I propose a different name:
FLG[1] Overflow
FLG[2] Zero
FLG[3] Sign
- FLG[4-15] RESERVED
+ FLG[4] Odd (might help with parity)
+ FLG[5-15] RESERVED
FLG[16] Interrupt enable*
FLG[17] User mode*
FLG[18] Paging enabled*