;
DEBUG "Virtual Address" Command...
VA [ { var[,...,var] | -Routine [<routine-name>] } ]
VA by itself shows the current symbolic location and the virtual PC.
VA -Routine [<routine-name>] shows the starting address of the named
routine, or the current routine if the name is omitted.
VA var[,...,var] shows the address of each variable.