Adding Two 8-bit NumbersWrite a program to add data at 3005H & 3006H memory location and store the result at 3007H memory location.Problem demo −(3005H) = 14H (3006H) = 89H Result −14H + 89H = 9DHThe program code can be written like this −LXI H 3005H : "...
See more
Download the Study24x7 App, so you can connect and collaborate.