Menu

#773 ucsim: option to list only user made variables

None
closed-fixed
None
5
2022-09-12
2022-02-25
Mike St
No

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.

Discussion

  • Daniel Drotos

    Daniel Drotos - 2022-09-12
    • status: open --> closed-fixed
    • Group: -->
     
  • Daniel Drotos

    Daniel Drotos - 2022-09-12
     

    Related

    Commit: [r13704]


Log in to post a comment.

Monday.com Logo