Update helloworld.asm
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
|||||||
.ORIG x3000;
|
.ORIG x3000
|
||||||
LEA R0, HENLO_STR;
|
LEA R0, HS ;
|
||||||
PUTs;
|
PUTS ;
|
||||||
HALT;
|
HALT ;
|
||||||
HENLO_STR .STRINGZ "Henlo world!";
|
HS .STRINGZ "Henlo world!"
|
||||||
.END
|
.END
|
||||||
Reference in New Issue
Block a user