Sorting algorithms/Bubble sort: Difference between revisions

Content deleted Content added
PatGarrett (talk | contribs)
PatGarrett (talk | contribs)
Line 26: Line 26:
=={{header|360 Assembly}}==
=={{header|360 Assembly}}==
For maximum compatibility, this program uses only the basic instruction set.
For maximum compatibility, this program uses only the basic instruction set.
<lang 360 Assembly>* Bubble Sort for Rosetta Code - PG
<lang 360 Assembly>* Bubble Sort
BUBBLE CSECT
BUBBLE CSECT
USING BUBBLE,R13,R12
USING BUBBLE,R13,R12