ok, well I am able to get the three numbers, and i subtract the first two and get an output, i was having my professor try and explain it to me, but it seems like he didn't even know what he was doing, so I am stuck at figuring out a code or method that will determine the smallest of the three...
oh ok, yea I am new to this fourm but this is what i have so far and its not really working
MB Op-Code Description
00 901 Input A
01 397 Store A in MB 97
02 901 Input B
03 398 Store B in MB 98
04 297 Subtract A from B
05 808 If positive, go to MB 08
06 598 Load MB 98 (B)
07 616 Send to MB 16...
ok, i know this sounds simple but I've been stuck for the past 3 days trying to figure this out can someone please help me with this i need to do the following,
1) Obtain 3 numbers
2) Determine which number is the smallest of the 3 numbers
3)Out put the smalles number and then halt...