September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 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