From 6b41d25530101ebbf950816b23192cec214245a1 Mon Sep 17 00:00:00 2001 From: chad Date: Tue, 15 Jan 2013 21:03:18 +0000 Subject: [PATCH] Arithmetic is possible. git-svn-id: http://www.cdkersey.com/harp/harptool@111 0246edb2-e076-4747-b392-db732a341fa2 --- src/test/sieve.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/test/sieve.s b/src/test/sieve.s index f90cd3be..311251da 100644 --- a/src/test/sieve.s +++ b/src/test/sieve.s @@ -75,7 +75,4 @@ loop4: ld %r1, %r0, array; .global .word array 0 /* Basically, 0 and 1 are pre-cleared. */ .word _0 0 /* I would love to not have to give this a name. */ -.word 0x1ffe /* Should arithmetic be possible? Technically SIZE-2, but that - would be hard. Should making symbols happen here be possible - in general? Currently if it's not a name it must be a - literal. */ +.word SIZE-2