• relocate program
    I relocate the program to starting from 0x1000, by using BL51 MYPROG.OBJ CODE(1000h) It reloactes the code to 1000h successfully, but there is always a ljmp 1000h remains in 0000h. I have some code...
  • relocate program
    I relocate the program to starting from 0x1000, by using BL51 MYPROG.OBJ CODE(1000h) It reloactes the code to 1000h successfully, but there is always a ljmp 1000h remains in 0000h. I have some code...
  • Relocating library program segments
    In an attempt to free some code space, I'm considering the wisdom of relocating some library program segments from the common code area into one of my two banks. I'm a bit reluctant to do this for library...
  • Relocating library program segments
    In an attempt to free some code space, I'm considering the wisdom of relocating some library program segments from the common code area into one of my two banks. I'm a bit reluctant to do this for library...
  • How to relocate bit?
    Hello world, How can I allocate the bit data for a given code segment?