Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
7
Task/Call-a-function/360-Assembly/call-a-function-2.360
Normal file
7
Task/Call-a-function/360-Assembly/call-a-function-2.360
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
L R15,=V(MULTPLIC)
|
||||
LA R1,PARMLIST address of the paramter list
|
||||
BALR R14,R15 branch and link
|
||||
ST R0,Z Z=MULTPLIC(X,Y)
|
||||
* ...
|
||||
PARMLIST DC A(X)
|
||||
DC A(Y)
|
||||
Loading…
Add table
Add a link
Reference in a new issue