mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Arithmetic is possible.
git-svn-id: http://www.cdkersey.com/harp/harptool@111 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
parent
7e5d60d883
commit
6b41d25530
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue