Gray To Binary Conversion
Gray To Binary Conversion
B UP 2051
; Get data ; store data in acc ; Store data in reg. B ;number of bits ;Decrement C by 1 ;jump if zero at down ;Set the carry ; Complement the carry ; Rotate acc. right ;XOR with reg. B ; Jump up unconditionally
0X0F B B,A