dasm-assembler / dasm

Macro assembler with support for several 8-bit microprocessors

Home Page:https://dasm-assembler.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double carriage returns in listing

thrust26 opened this issue · comments

Currently DASM is creating double carriage returns (0x0d, 0x0d, 0x0a) for code segments in the listing file (Windows). This creates extra empty lines and thus makes the listings hard to read during debugging.

Can you check out this build, and see if it works? I'm having some trouble testing, but I think it should do the trick.

Yup, that does it. 👍

Excellent!