summaryrefslogtreecommitdiff
path: root/cpu/instructions/bitwise/notes.txt
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-02-16 16:36:07 -0500
committerTest_User <hax@andrewyu.org>2023-02-16 16:36:07 -0500
commite4f85d2fe57613a94a9cb99e3aca4df91b639e31 (patch)
tree9992b4eeec20bd12a13da71dffc44b9b5848e2d6 /cpu/instructions/bitwise/notes.txt
parentcf81293d79cf3a5cfbcdb55eb6368bbcb5f06fd7 (diff)
downloadspecification-e4f85d2fe57613a94a9cb99e3aca4df91b639e31.tar.gz
specification-e4f85d2fe57613a94a9cb99e3aca4df91b639e31.zip
Add bitwise instructions
Diffstat (limited to 'cpu/instructions/bitwise/notes.txt')
-rw-r--r--cpu/instructions/bitwise/notes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/instructions/bitwise/notes.txt b/cpu/instructions/bitwise/notes.txt
new file mode 100644
index 0000000..f1694e9
--- /dev/null
+++ b/cpu/instructions/bitwise/notes.txt
@@ -0,0 +1,4 @@
+Unless otherwise specified, all bitwise instructions will:
+ Set the zero flag when all bits of the result are zero
+ Not set the carry flag
+ Not set the overflow flag