I have to do a sort in asm it's a 2d array 20X11 on an intel 386, anyone know where i can find source for something like that
Printable View
I have to do a sort in asm it's a 2d array 20X11 on an intel 386, anyone know where i can find source for something like that
Could you create a temp variable and then use (albeit a slow way) a bubble sort?
You should be able to find the algorithm easily, and then converting to assembler should not be a problem.