summaryrefslogtreecommitdiff
path: root/cpu/instructions/bitwise/notes.txt
diff options
context:
space:
mode:
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