Jump to content

Topswops: Difference between revisions

18 bytes removed ,  7 years ago
m
→‎{{header|360 Assembly}}: Superfluous blanks suppressed
m (→‎{{header|360 Assembly}}: Superfluous blanks suppressed)
Line 40:
 
=={{header|360 Assembly}}==
{{trans|REXX}}
The program uses two ASSIST macro (XDECO,XPRNT) to keep the code as short as possible.
<lang 360asm>* Topswops optimized 12/07/2016
* Topswops optimized 12/07/2016
TOPSWOPS CSECT
USING TOPSWOPS,R13 base register
Line 163 ⟶ 161:
BR R14 ---------------}-----------------------------------
YREGS
END TOPSWOPS</lang>
</lang>
{{out}}
<pre>
Line 178 ⟶ 175:
10: 38
</pre>
 
 
=={{header|Ada}}==
1,392

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.