Search found 1 match
- Tue Jun 18, 2024 7:33 pm
- Forum: General Discussion
- Topic: Linking variables to specific addresses
- Replies: 1
- Views: 708
Linking variables to specific addresses
Hello, I am currently working on a large project where I need to (at this point) know in advance where a certain variable will be located after compiling and linking. An example of this would be: - I want to have a modifiable variable "mystruct_t test;" - This variable MUST have a known address at a...