Many other CPUs have a vectored jump instruction, JMP (addr) or similar, where the destination of the jump is stored at the specified address, in counterpoint to JMP addr where the destination is the specified address itself. Is there a way of creating this functionality with the 8051 so I can have a block of routine addresses in RAM that are modifiable. Ideally, I'm wanting to construct the interupt entries to do the equivalent of LJMP (dest) instead of LJMP dest.
Thanks.
Thanks.