LC-3 program

Thread Starter

rds1975

Joined Aug 30, 2004
8
Hi

Can some body guide me for this program ?

Write an LC-3 program that compares two numbers in R2 and R3 and puts the
larger number in R1. If the numbers are equal, then R1 is set equal to 0.

Thanks
 

Kingcosmos

Joined Sep 23, 2004
5
Originally posted by rds1975@Sep 21 2004, 01:02 AM
Hi

Can some body guide me for this program ?

Write an LC-3 program that compares two numbers in R2 and R3 and puts the
larger number in R1. If the numbers are equal, then R1 is set equal to 0.

Thanks
[post=2591]Quoted post[/post]​
LC-3? I could do it in C++!
 
Top