I'm using s51 simulator.
suppose I make 3 variables named AAA, BBB, and CCC that equal iram locations 0, 1, and 2 (same locations as R0, R1, and R2 when PSW=0)
I execute:
var AAA iram 0x0
var BBB iram 0x1
var CCC iram 0x2
I can confirm these variables are created with this command:
info var
But I want to filter that list so that I see all the 3 variables I made.
If I specify one variable as the info parameter like this:
info var AAA
then I will see that variable listing only.
Can there be functionality so I see all the variables that I only generate (which in this case should list the 3 variables).
I tried
info var user_generated_vars
and it returned nothing.
[r13704]
Related
Commit: [r13704]