Sorting algorithms/Bubble sort: Difference between revisions

Content added Content deleted
Line 5,379: Line 5,379:


=={{header|Pebble}}==
=={{header|Pebble}}==
<syntaxhighlight lang="pebble">;bubble sort example for x86 DOS
<syntaxhighlight lang="asm">;bubble sort example for x86 DOS
;compiles to 549 bytes com file
;compiles to 549 bytes com file