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.