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

Code line indicator wrong when there are empty lines #43

Open
yancouto opened this issue Dec 22, 2016 · 1 comment
Open

Code line indicator wrong when there are empty lines #43

yancouto opened this issue Dec 22, 2016 · 1 comment
Labels

Comments

@yancouto
Copy link
Member

Code line indicator depends on the number of instructions, and empty lines are ignored.

So, when there are empty lines, it will be shifted up by the number of empty lines above it.

This needs to be fixed, maybe changing empty lines to 'nop' or something more elegant.

@yancouto
Copy link
Member Author

This still seems to be a bit wrong. Specially when there are some comments and the code is just finishing

@yancouto yancouto reopened this Jan 28, 2019
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