summaryrefslogtreecommitdiff
path: root/examples/and8test.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/and8test.qua
parent30d0d4fca28d448f413d6db1c04f245882f2bf3f (diff)
Added NOT8 & AND8
Diffstat (limited to 'examples/and8test.qua')
-rw-r--r--examples/and8test.qua22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/and8test.qua b/examples/and8test.qua
new file mode 100644
index 0000000..f34b5ab
--- /dev/null
+++ b/examples/and8test.qua
@@ -0,0 +1,22 @@
+x y speedX speedY color
+30 30 1 0 BL
+30 31 1 0 GE
+30 32 1 0 BL
+30 33 1 0 GE
+30 34 1 0 BL
+30 35 1 0 GE
+30 36 1 0 BL
+30 37 1 0 GE
+
+
+30 39 1 0 GE
+30 40 1 0 GE
+30 41 1 0 BL
+30 42 1 0 GE
+30 43 1 0 BL
+30 44 1 0 GE
+30 45 1 0 GE
+30 46 1 0 BL
+30 30 0 0 !and8.qua
+
+# 01010101 & 11010110 = 01010100 \ No newline at end of file