Compare commits

..

No commits in common. "b1abfe3b2fc75435e16d15a5bdc270f527778dd1" and "da0206b6408efed8d9a8af8aff133938598e1343" have entirely different histories.

3 changed files with 125121 additions and 7 deletions

27
cv2.asm
View File

@ -2,7 +2,7 @@
segment .data
arr1 dt 1.6, -4.1, 1.1, -5.0
arr1 dt 1.0, -4.1, 1.1, -5.0
segment .text
@ -11,16 +11,29 @@ segment .text
getSorted:
enter 0,0
fld tword [esi]
fstp dword [edi]
leave
ret
;for(unsigned int i = 0; i < N ; i++)
; for(unsigned int j = i + 1; j < N; j++)
; if (newArr[i] > newArr[j]) SWAP newArr[i],newArr[j]
leave
ret
CMAIN:
push 4

BIN
test Executable file

Binary file not shown.

125101
test.s Normal file

File diff suppressed because it is too large Load Diff