WAP to rotate left the data byte A1H two times
WAP to rotate right the data byte F1H three times
Rotate left with carry the result of addition (AAH+EEH) three times
Rotate right with carry the result of subtraction (DEH-FAH) two times
WAP to load two data stored in memory location 8000 and 8001 directly to HL register. Add them. If carry exists, rotate right with carry the accumulator result three times, otherwise terminate
WAP to convert the total number of 1 in given bit number
Last updated 2 months ago