Dear! I save a small program in ram memory in address 0x80000. After saving the program I want to jump to the program saved in ram memory. Beforer the end of the h86 file there is twolines like this: :020000020000FC :04000000FA080200F8 This means that there must be 0xFA080200 saved in address 0x0000, but in this address there is another program saved. How can I get it? Thanks!!
If I jump interrupt vector table to program start address, this vector overlaps some data. And the option VECTAB does not work. This is the problem. In the manuals I can not read anything about this problems Thanks!!