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