Archived
1
0

change directory name 📂

This commit is contained in:
Erick
2022-02-05 15:47:42 +01:00
parent 8e0977f352
commit 8a2dafd8bc
+6
View File
@@ -0,0 +1,6 @@
.ORIG x3000;
LEA R0, HENLO_STR;
PUTs;
HALT;
HENLO_STR .STRINGZ "Henlo world!";
.END