diff options
author | jjsuperpower <jjs29356@gmail.com> | 2022-08-29 20:39:19 -0500 |
---|---|---|
committer | jjsuperpower <jjs29356@gmail.com> | 2022-08-29 20:39:19 -0500 |
commit | 5a7dedee172dbb30f1053e303a5d984ef96fd001 (patch) | |
tree | 1916d139371d079d82b0c6b4791adbcc9021e328 /doc | |
parent | c169161c9eeb8421abd28183067e41231bf3a8a0 (diff) |
fixed parity check
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ASAP32-ISA.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ASAP32-ISA.md b/doc/ASAP32-ISA.md index 111dec9..3c3c016 100644 --- a/doc/ASAP32-ISA.md +++ b/doc/ASAP32-ISA.md @@ -66,7 +66,7 @@ I propose a different name: FLG[1] Overflow FLG[2] Zero FLG[3] Sign - FLG[4] Odd (might help with parity) + FLG[4] Odd (parity) FLG[5-15] RESERVED FLG[16] Interrupt enable* FLG[17] User mode* |