design the algorithm for - finding smaller no between A and B
Answers
Answered by
2
Explanation:
- Load the content from memory location
- •Move content of Accumulator into Register B
- •Load the content from Memory location
- •Compare the content of Register B
- •If carry flag is equal to 1 go to step 7
- •Move content of Register B into Accumulator
- •Store the content into Memory
•End of program
Similar questions