Files
china-dictatorship/hello-world/a/Assembler MMIX.asm
Ciro Santilli 3e40ac19d9 hello-world
2021-03-24 00:00:01 +00:00

9 lines
131 B
NASM

t IS $255
LOC Data_Segment
GREG @
String BYTE "Hello World",#a,0
LOC #100
Main LDA t,String
TRAP 0,Fputs,StdOut
TRAP 0,Halt,0