
        mov     dptr, #destination1
        call    ICALL
        ...
        mov     dptr, #destination2
        call    ICALL
        ...


ICALL:  clr     a
        jmp     @a+dptr

