     MOV   R7,#WAIT_COUNTER
WAIT_LOOP:
     JB    P1.0,WAIT_END
     DJNZ  R7,WAIT_LOOP
; escape entrance here
;
;
WAIT_END:
; lelel detected