summary refs log tree commit diff
path: root/lisc/test/fix1.ssa
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-01 18:17:06 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:29 -0400
commitcf307002d9cb87238d1c09b2bd795a057ae064d7 (patch)
treeb23c93bd2bf4c11c409e981ed8ea172a3ffcf43e /lisc/test/fix1.ssa
parentdff7044a2caba0dab6b0c140fcf60f29c0565996 (diff)
downloadroux-cf307002d9cb87238d1c09b2bd795a057ae064d7.tar.gz
start work on word/long handling
Diffstat (limited to 'lisc/test/fix1.ssa')
-rw-r--r--lisc/test/fix1.ssa8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisc/test/fix1.ssa b/lisc/test/fix1.ssa
index 783f6f7..d6250d2 100644
--- a/lisc/test/fix1.ssa
+++ b/lisc/test/fix1.ssa
@@ -1,13 +1,13 @@
 @start
-	%x = copy 1
+	%x =w copy 1
 @loop
 	jez %x, @isz, @noz
 @noz
-	%x = copy 0
+	%x =w copy 0
 	jmp @end
 @isz
-	%x = copy 1
+	%x =w copy 1
 	jmp @loop
 @end
-	%z = add 10, %x
+	%z =w add 10, %x
 	ret