7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
MAIN START
|
|
OUT MSG,LEN
|
|
RET
|
|
MSG DC 'Hello World'
|
|
LEN DC 18
|
|
END
|