News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

bubble_sort MASM problem

Started by RuiLoureiro, June 15, 2014, 06:58:18 AM

Previous topic - Next topic

RuiLoureiro

Hi Hutch,
             see MASM32\examples\exampl06\bubble
             It doesnt sort this
             narr dd 1,9,2,8,3,7,4,6,5,1   ; 10 unsorted numbers
             because we have two 1's.
             should be: «jle   lbl2»
             After reading, kill this thread.
        Rui