Write instructions to load two unsigned numbers in register B and C, respectively subtract C from B. If the result is in two's complement convert the result in absolute magnitude and store it in a memory location, otherwise store the position result. Execute the program with the following sets of data:
Set 1: B = 42 C = 69
Set 2: B = 69 C = 42
Set 3: B = F8 C = 23
How do I set this up?
2006-10-10
01:20:39
·
1 answers
·
asked by
cablreel
1
in
Computers & Internet
➔ Programming & Design