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