Arakula / dasmfw

The DisASseMbler FrameWork
GNU General Public License v2.0
13 stars 4 forks source link

Unexpected Behaviour: lcomments don't line up correctly using custom Output Formatting options #23

Open phillipeaton opened 7 months ago

phillipeaton commented 7 months ago

Good day!

dasmfw 0.34

In your example disassembly I see this... image ...and this... image ...all lines up nicely.

If I have this... image image ...I get this... image ...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... image ...then it all lines up like your example... image

Thanks for reading!