[fpc-pascal] Constants

Carsten Bager carsten at beas.dk
Wed Jan 4 16:04:17 CET 2006


Hi
I am programming to an embedded ARM platform and my question 
is, is it possible to force constants to stay in the code segment 
(constant strings etc.) In C you can do this using "static".
It looks as all string constants are placed in the data segment, and all 
variables are placed in the bss segment. Is that always the case? 

Regards Carsten





More information about the fpc-pascal mailing list