Magic squares of doubly even order: Difference between revisions

Content added Content deleted
m (→‎{{header|360 Assembly}}: Superfluous blanks suppressed)
Line 38: Line 38:
=={{header|360 Assembly}}==
=={{header|360 Assembly}}==
{{trans|Java}}
{{trans|Java}}
<lang 360asm>* Magic squares of doubly even order 01/03/2017
<lang 360asm>
* Magic squares of doubly even order 01/03/2017
MAGICSDB CSECT
MAGICSDB CSECT
USING MAGICSDB,R13
USING MAGICSDB,R13
Line 101: Line 100:
XDEC DS CL12 temp for xdeco
XDEC DS CL12 temp for xdeco
YREGS
YREGS
END MAGICSDB
END MAGICSDB</lang>
</lang>
{{out}}
{{out}}
<pre>
<pre>
Line 115: Line 113:
magic constant= 260
magic constant= 260
</pre>
</pre>



=={{header|AppleScript}}==
=={{header|AppleScript}}==