summaryrefslogtreecommitdiff
path: root/examples/not8test.qua
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-03-24 15:47:21 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-03-24 15:47:21 -0400
commitce1ea2031f4d2a8852323e978962ac0dfbbdfd1b (patch)
treeaee4487e3baca589a897e187f133f61907b9d48c /examples/not8test.qua
parent30d0d4fca28d448f413d6db1c04f245882f2bf3f (diff)
Added NOT8 & AND8
Diffstat (limited to 'examples/not8test.qua')
-rw-r--r--examples/not8test.qua12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/not8test.qua b/examples/not8test.qua
new file mode 100644
index 0000000..e645236
--- /dev/null
+++ b/examples/not8test.qua
@@ -0,0 +1,12 @@
+x y speedX speedY color
+30 30 1 0 BL
+30 31 1 0 GE
+30 32 1 0 GE
+30 33 1 0 BL
+30 34 1 0 BL
+30 35 1 0 GE
+30 36 1 0 BL
+30 37 1 0 GE
+30 30 0 0 !not8.qua
+
+# ~01100101 = 10011010 \ No newline at end of file