
;there is an ORG 2000h somewhere above this
FLASH_API:
         PUSH    IE          ;DISABLE INTERRUPTS
         CLR     EA
         ANL     FCF,#0FCh   ;enable boot sector - !!! this command MUST be located ABOVE 2000h!!!
         CALL    01FF0H      ;call to ISP_API (modifies B register but no Rx)
         ORL     FCF,#001h   ;switch back to user FLASH
         POP     IE
         RET
