A simple numeric expression is one that resolves to a single integer value, for example:

-4
55c7
Compare this with an address expression that has in addition an address operator (&, %, %%, #) and possibly involves more than one integer value, for example:
&1fc:45
#1f:445
%30045
%%15c


[Back: ]
[Next: ]