Catalan numbers/Pascal's triangle: Difference between revisions

m
(Add 360 Assembly section)
Line 6:
=={{header|360 Assembly}}==
For maximum compatibility, this program uses only the basic instruction set.
<lang 360asm>CATALAN CSECT
CATALAN CSECT
USING CATALAN,R13,R12
SAVEAREA B STM-SAVEAREA(R15)
Line 97 ⟶ 96:
WTOBUF DC CL80' '
YREGS
END</lang>
 
</lang>
{{out}}
<pre style="height:20ex">00000001
Line 116 ⟶ 113:
02674440
09694845</pre>
 
 
=={{header|Ada}}==
1,392

edits