You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your example disassembly I see this...
...and this...
...all lines up nicely.
If I have this...
...I get this...
...which shows the lcomments not lining up where you would expect. The second comment line is probably where you would expect it to be, with the ; in the same column as the rest of the later code, but the first comment line on the end of the equ is already to the right of second comment's column and then even further!
If I default all of the options...
...then it all lines up like your example...
Thanks for reading!
The text was updated successfully, but these errors were encountered:
Good day!
dasmfw 0.34
In your example disassembly I see this...


...and this...
...all lines up nicely.
If I have this...



...I get this...
...which shows the lcomments not lining up where you would expect. The second comment line is probably where you would expect it to be, with the ; in the same column as the rest of the later code, but the first comment line on the end of the equ is already to the right of second comment's column and then even further!
If I default all of the options...


...then it all lines up like your example...
Thanks for reading!
The text was updated successfully, but these errors were encountered: