hibitor Posted August 16, 2012 Share Posted August 16, 2012 hello, buddy. I want to define the M variable to the address of P variable, for example P0. how can I find the address of P variable? I found the address of P variable in the URM, but I'm not sure that it is right or not. Is there any way, for example by PeWin32Pro2, I can check it directly? Link to comment Share on other sites More sharing options...
Sina.Sattari Posted August 16, 2012 Share Posted August 16, 2012 The address for all user variables are included in the memory map area of Turbo Software Reference Manual: Since P-variables are floating point registers, use the M{constant}->L:{address} definition for the M-variable: Example: M0->L:$6000 Link to comment Share on other sites More sharing options...
Recommended Posts