Forum: Assembly
Oct 29th, 2007, 11:27 PM
|
|
Replies: 15
Views: 789
Re: tasm sorting 5 integers with array
hi everyone i've finish the problem sorting 5 intergers here is my code
extrn readnum:near
extrn writenum:near
extrn new_line:near
extrn clearscreen:near
public num
.286
.model small
|
Forum: Assembly
Oct 29th, 2007, 6:27 PM
|
|
Replies: 15
Views: 789
|
Forum: Assembly
Oct 29th, 2007, 5:28 AM
|
|
Replies: 15
Views: 789
Re: tasm sorting 5 integers with array
yeah at first i was trying to use the insertion sort, because i have a turbo c code for insertion sort but its kinda hard for me to convert it to assembly code, i really appreciate all your help im...
|
Forum: Assembly
Oct 27th, 2007, 1:08 AM
|
|
Replies: 15
Views: 789
Re: tasm sorting 5 integers with array
ah ya im just a newbie at this, can you check this one this is my second attempt and can you advise me of wat gud books or site for assembly
extrn readnum:near
extrn writenum:near
extrn...
|
Forum: Assembly
Oct 26th, 2007, 11:22 PM
|
|
Replies: 15
Views: 789
Re: tasm sorting 5 integers with array
oh im realy sory heres my code for sorting 5 integers using array, its not finish yet im still testing for the first and second index to swap
extrn readnum:near
extrn writenum:near
extrn...
|
Forum: Assembly
Oct 26th, 2007, 10:32 PM
|
|
Replies: 15
Views: 789
tasm sorting 5 integers with array
iv been trying to code this but everytime i run the program it wont sort or it wont swap, can someone at least give me an example with sorting 5 integers using array, so that i will use this as my...
|