-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify assignment command code #2129
Comments
What do you have in mind? |
Doesn't really matter what the syntax exactly is, but the current state is:
I would be ok with using either the |
I think |
I've been looking at this, but I cannot seem to find the edit: found |
There are multiple commands that handle assignments like
e asm.arch=6502
. Right now, they all use their own logic and syntax to parse this from argc/argv, but it will be better to have only one behavior and reuse it everywhere to be consistent.Affected commands:
e
ar
/dr
aezv
$
The text was updated successfully, but these errors were encountered: