Arithmetic is possible.
git-svn-id: http://www.cdkersey.com/harp/harptool@111 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
@@ -75,7 +75,4 @@ loop4: ld %r1, %r0, array;
|
|||||||
.global
|
.global
|
||||||
.word array 0 /* Basically, 0 and 1 are pre-cleared. */
|
.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 _0 0 /* I would love to not have to give this a name. */
|
||||||
.word 0x1ffe /* Should arithmetic be possible? Technically SIZE-2, but that
|
.word SIZE-2
|
||||||
would be hard. Should making symbols happen here be possible
|
|
||||||
in general? Currently if it's not a name it must be a
|
|
||||||
literal. */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user