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

3 lines
105 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
CALL MULTPLIC,(X,Y) call MULTPLIC(X,Y)
ST R0,Z Z=MULTPLIC(X,Y)