Finding 2's complement of a number
- LDA 2501 H : "Get data in accumulator"
- CMA : "Take its 1's complement"
- ADI, 01 H : "Add one in the number"
- STA 2502 H : "Store the result in 2502 H"
- HLT : "Stop"
Here you can find the solution of problem related to the subject electronics engineering(Bachelor).
Comments
Post a Comment