
SetBitAtR0:
   mov   dptr,#SetBitInstruction+1
   mov   a,r0
   movx  @dptr,a
SetBitInstruction:
   setb  0
   ret