Assembly homework help

Thread Starter

penroy

Joined Oct 8, 2009
1
I am new to assemly language and I am given this homework and I need some help.

Write assembly language programs that will clearly demonstrate the simulation of the
following high level statements. Only basic 8086 commands are to be used.

If statement
If else statement
If else if statement
Definite Loop
Indefinite loop
 

beenthere

Joined Apr 20, 2004
15,819
Are you aware of our homework policy? -

The Homework Help Forum is not a free homework service; we are here to help your understanding, but fully expect the users of this forum to dictate the course of their own learning.

When posting a request for homework/coursework/assignment help, you must provide details of your attempts at the questions. Any thread that just posts up a copy of the questions without any attempts on the part of the opening poster will be directed to this thread and will be given 48 hours to satisfy the requirements detailed within. Help us, help you.
 

RiJoRI

Joined Aug 15, 2007
536
I am new to assembly language and I am given this homework and I need some help.

Write assembly language programs that will clearly demonstrate the simulation of the
following high level statements. Only basic 8086 commands are to be used.

If statement
If else statement
If else if statement
Definite Loop
Indefinite loop
1) Don't panic!
2) What have you learned in class, or are you studying this on your own?
3) Look for Jack Crenshaw's "Let's Build a Compiler" tutorial. It is quite helpful for all this.
4) How would you have the computer do
"IF A = 3" and "IF A != 3"?

--Rich
 
Top