Fixed the assembler weirdness.
git-svn-id: http://www.cdkersey.com/harp/harptool@116 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
@@ -84,7 +84,4 @@ loop4: ld %r1, %r0, array;
|
||||
.string xstr "Exiting loop\n"
|
||||
|
||||
.global
|
||||
.word array 0 /* Basically, 0 and 1 are pre-cleared. */
|
||||
.word _0 0 /* Given a name, contents are zero. */
|
||||
_arr:
|
||||
.word 0xffe /* Empty space of size SIZE-2 words. */
|
||||
array: .space 0x1000 /* SIZE words of space. */
|
||||
|
||||
Reference in New Issue
Block a user