Hello, 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). How should this be done?
Thanks in advance, Mark Six
Hello, 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). How should this be done?
Thanks in advance, Mark Six