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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/10/00 07:30
Read: times


 
#1746 - RE: Code addressing
> I must address parts of my code
>(3 functions) to a dedicated address.

If you do it in asm, check out ORG
(or .ORG) directive.
AFAIK HLC's which support relocation
allow only to change base address for
the entire project.


> Is it possible to write one of
> several modules (*.c -> *.obj file)
> to a dedicated CODE address?

Seems that one module must use
absolute segments, and others should be
relocatable. I'm not sure what your
linker will say about it ;)

--
Tomas


List of 2 messages in thread
TopicAuthorDate
Code addressing            01/01/70 00:00      
RE: Code addressing            01/01/70 00:00      

Back to Subject List