Archived
1
0
This repository has been archived on 2026-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tyvm/asm/asm_test.asm
T
2022-02-13 23:02:08 +01:00

6 lines
80 B
NASM

.ORIG x3000
LEA R0, HELLO_WORLD
PUTS
HALT
HELLO_STR .STRINGZ "Hello World!"
.END