Question: Write an assembly program to subtract two 16-bit numbers: 0x2829 0x0327. Use R26 to hold lower byte of first number, R27 to hold higher byte
Write an assembly program to subtract two 16-bit numbers: 0x2829 0x0327. Use R26 to hold lower byte of first number, R27 to hold higher byte of first number. Place the difference in R26 and R27; R26 should have the lower byte of the result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
