hiii
plz i need a help in the following Qs using assemply lang i am a Beginner and i dont know how to solve it....plz help.
Q1. Write an 8051 assembly program to convert a series of ASCII numbers to packed BCD. Assume that the ASCII data is located in ROM locations starting at 300H. Place the BCD data in RAM locations starting at 60H.
ORG 300H
MYDATA: DB “87675649”
Q2. Write a C program to find the number of zeros in an 8-bit data
NOTE: in both questions you must compile and run the code using the µVision 8051 assembler.