mark...@xs4all.nl writes: > I would like to reserve a RAM location (e.g. address 0x200) for a > variable. So if I declare: int i, it should be at address 0x200 (&i > == 0x0200).
Please, describe the problem you're trying to solve. There is probably a better way... Regards, --Daniel