Question:
Assembly program for the following 8080/8085 family
Write an assembly program for the following 8080/8085 family. Include comments.
1. Set the stack pointer address to 4B24h and then call a subroutine. This subroutine will give you a delay of your choice. Start the program at address 1500h.
2. Add the unsigned binary numbers 67h and 23h.
3. Load A with 10011001 and mask it with the contents of B 1111000. Put the result back in B.