Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: pokerstar
Forum: Assembly Sep 21st, 2009
Replies: 4
Views: 451
Posted By pokerstar
I am trying to convert this for loop in C++ to ASM:


for(x=y; (x>=y) && (array[x-z]>temp); x=x-z)
{
array[x] = array[x-z];
}


This is what I have so far:
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC