Masking 0th and 7th bit by using 8051

Write a program in order to mask 0th and 7th bit by using the 8051?

E

Expert

Verified

MOV A, #data

ANL A, #81

MOV DPTR, #4500

MOVX @DPTR, A LOOP:     SJMP LOOP

   Related Questions in Electrical Engineering

©TutorsGlobe All rights reserved 2022-2023.