Defining variables for internal memory (8051)

Can anyone pls help me in writing the following lines in C

Var1   DATA  40h
org 0100h
mov  A,#45h
mov  Var1,A
END

thanks,
Lina

More questions in this forum