Archived
1
0

Update helloworld.asm

This commit is contained in:
Erick
2022-02-05 12:26:21 +01:00
parent a7cdd42947
commit 3713e04b82
+1 -1
View File
@@ -2,5 +2,5 @@
LEA R0, HENLO_STR;
PUTs;
HALT;
HENLO_STR .STRINGZ "Henlo world";
HENLO_STR .STRINGZ "Henlo world!";
.END