Sorting algorithms/Insertion sort: Difference between revisions

Content added Content deleted
Line 94: Line 94:
</pre>
</pre>
===Assembler Structured Macros===
===Assembler Structured Macros===
No harmful gotos (:)Dijkstra), no labels. It's cleaner, but is it clearer?
No harmful gotos [:)Dijkstra], no labels. It's cleaner, but is it clearer?
<lang 360asm>* Insertion sort 16/06/2016
<lang 360asm>* Insertion sort 16/06/2016
INSSORTS CSECT
INSSORTS CSECT