summaryrefslogtreecommitdiff
path: root/examples/full.qua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full.qua')
-rw-r--r--examples/full.qua6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/full.qua b/examples/full.qua
index fb861f0..c196e1c 100644
--- a/examples/full.qua
+++ b/examples/full.qua
@@ -62,9 +62,9 @@ x y speedX speedY color
9 59 0 0 CY
9 58 0 0 CY
# While the first 2 digits are adding
-0 5 0 0 !examples/half.qua
+0 5 0 0 !half.qua
# Add the third digit with the sum of the first 2
--1 41 0 0 !examples/half.qua # Outputs to -2/-3, 67
+-1 41 0 0 !half.qua # Outputs to -2/-3, 67
# Bring sum of second addition to answer
-2 68 0 0 GA
7 68 0 0 GA
@@ -76,7 +76,7 @@ x y speedX speedY color
7 77 0 0 GA
4 77 0 0 GA
# OR carries
--3 72 0 0 !examples/or.qua
+-3 72 0 0 !or.qua
# FULL-ADDER
# Inputs: 0, 0