6 lines
112 B
Text
6 lines
112 B
Text
HELLO CSECT
|
|
BASR 12,0
|
|
USING *,12
|
|
WRTERM 'HELLO WORLD'
|
|
BR 14
|
|
END
|