Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
10
Task/Hello-world-Text/360-Assembly/hello-world-text-1.360
Normal file
10
Task/Hello-world-Text/360-Assembly/hello-world-text-1.360
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
HELLO CSECT
|
||||
USING HELLO,15
|
||||
LA 1,MSGAREA Point Register 1 to message area
|
||||
SVC 35 Invoke SVC 35 (Write to Operator)
|
||||
BR 14 Return
|
||||
MSGAREA EQU * Message Area
|
||||
DC AL2(19) Total area length = 19 (Prefix length:4 + Data Length:15)
|
||||
DC XL2'00' 2 bytes binary of zeros
|
||||
DC C'Hello world!' Text to be written to system console
|
||||
END
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
WTO 'Hello world!'
|
||||
BR 14 Return
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue