RosettaCodeData/Task/Hello-world-Text/360-Assembly/hello-world-text-3.360

7 lines
112 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
HELLO CSECT
BASR 12,0
USING *,12
WRTERM 'HELLO WORLD'
BR 14
END