
NAME	NOTOUCH935


PGM_MTP     EQU    0FF03H

?PR?no_touch935?NOTOUCH935               SEGMENT CODE
	PUBLIC	no_touch935
; void no_touch935(){

	RSEG  ?PR?no_touch935?NOTOUCH935
no_touch935:
    push  ie
    clear EA
    mov R0, #0FFH      ;IAP authorization key first
    mov @R0,#96H
    mov A, #02
    mov R5,#01         ;write BOOTSTAT with 01H
    mov R7,#03
    lcall PGM_MTP
    pop    ea
    RET

; }

; END OF no_touch935

	END


