
CSEG    AT 7000h
; ERASE BLOCK
ORL AUXR1,#20h	; ENBOOT bit determines whether the BOOTROM is enabled
or disabled
MOV R0,#11	; R0 = osc freq (integer)
MOV R1,#01h
MOV DPH,#0	;block code, block 0, 0k to 8k, 00H
MOV DPL,#0
LCALL PGM_MTP	; 0FFF0h
; It never returne here!?
