Question: Q10 Assembly Program 25 Points Write a PIC18F assembly language program at address Ox100 to add two 8-bit numbers (Sum = N1+N2). Data register 0x20

Q10 Assembly Program 25 Points Write a PIC18F assembly language program at address Ox100 to add two 8-bit numbers (Sum = N1+N2). Data register 0x20 contains N1. The low four bits of N2 are stored in the upper nibble of data register 0x21 while the high four bits of N2 are stored in the lower nibble of data register 0x21 (e.g. [0x20] = OxOA and [0x21] = Ox50). Store the sum in data register Ox30 and state its value in the comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
