need help assembly language

Ask questions about projects relating to: computer science or pure mathematics (such as probability, statistics, geometry, etc...).

Moderators: kgudger, bfinio, Moderators

Locked
66s1361
Posts: 1
Joined: Sat Nov 25, 2017 12:27 am
Occupation: Student

need help assembly language

Post by 66s1361 »

I need help to write assembly language for this progtam ??


ax=4
bx=7

while(ax>=8){
bx=bx+1;
if(bx=9 )
then
break;
else
continue ;
}
bx=bx+2;
dcnick96
Former Expert
Posts: 533
Joined: Wed Jul 25, 2007 7:59 pm

Re: need help assembly language

Post by dcnick96 »

Hello. Is your question related to a science fair project? If so, please tell us more about your project so we can help you, as this forum is geared to helping students with their science fair projects. If this is a homework question, there are other forums more appropriate to help you.

Thanks!
Deana
Locked

Return to “Grades 9-12: Math and Computer Science”