Skip to content
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

Calculate the used registerSize of a code item during editing #2

Open
netomi opened this issue Sep 18, 2022 · 0 comments
Open

Calculate the used registerSize of a code item during editing #2

netomi opened this issue Sep 18, 2022 · 0 comments
Labels

Comments

@netomi
Copy link
Owner

netomi commented Sep 18, 2022

Right now the used registerSize needs to be passes as parameter to CodeEditor.finishEditing(). This should be calculated instead to make editing easier.

In general its not that difficult to do, but you need to take cat 2 (long / double) values into account which use 2 registers.

@netomi netomi added the dexfile label Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant