

     jc one 

     mov a,#'0' ;if a '0' bit 
     sjmp h2 

one: 
     mov a,#'1' ;if a '1' bit 

h2: 

