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