RosettaCodeData/Task/Call-a-function/360-Assembly/call-a-function-3.360

3 lines
105 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
CALL MULTPLIC,(X,Y) call MULTPLIC(X,Y)
ST R0,Z Z=MULTPLIC(X,Y)