We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I have a variable declared to an absolute memroy location:
#define H1Utol MVAR (unsigned short, 0x12301C)
void func (void) { unsigned short H1; H1 = H1Utol;
H1 = (*((unsigned short volatile far *) (0x12301C)));
Have you: