Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/26/02 13:39
Read: times


 
#33178 - SDCC, code at a specific location
Hello,

how can I force SDCC to locate code at a specific location, e. g. from 8000h?

(I have built a development system with ROM and RAM from 0 to 7FFF an another monitor RAM from 8000h to FFFFh, from wich a program can be executed. Now I want to write a monitor program with the SDCC C compiler, wich downloads code to my monitor ram where it would be executed. I guess it is not possible to download an start a complete program, so I just want to do it only with a part of it, included in a big interrupt routine, wich could be started and stopped by setting and clearing a interrupt bit, e. g. ET0, with its interrupt vector pointing to adress 8000h.)

Thank you!

Mike

List of 8 messages in thread
TopicAuthorDate
SDCC, code at a specific location            01/01/70 00:00      
RE: SDCC, code..., 2nd question            01/01/70 00:00      
RE: SDCC, code at a specific location            01/01/70 00:00      
RE: SDCC, code..., 2nd question            01/01/70 00:00      
RE: SDCC, code..., 2nd question            01/01/70 00:00      
RE: SDCC, code..., 2nd question            01/01/70 00:00      
RE: SDCC, code at ..., Andy            01/01/70 00:00      
RE: SDCC, code at ..., Andy            01/01/70 00:00      

Back to Subject List