View Single Post
Old Feb 21st, 2005, 11:17 AM   #1
samra
Newbie
 
Join Date: Feb 2005
Posts: 11
Rep Power: 0 samra is on a distinguished road
Unhappy urgent: please EXPERTS: convert C to assembly

HI, i am new here & i urgently need help :o
I need to rewrite this code in assembly language making the right adjusments
INTEGER B = 0
INTEGER C = 10
INTEGER D = 100
for (A= 15 ; A>=0; A--) 
{
B += C;
IF (B >= D)
B += C;
}

please please please i really need this urgently iam drawning in search & iam new in programming . help me. my professor will kill me
& i will appreciate your help very much it really means alot for me.
samra is offline   Reply With Quote