Вопрос от AloneCoder. Сам по каким-то причинам он не может его задать здесь, а на почту как он говорит ответа не дождался.


Hello!

We are developing a new operating system for Speccy, NedoOS: http://nedoos.ru/
Recently I tried the new version of sjasmplus.
It's very nice because now it can export labels in 0..3fff.

Can you please restore support for backslash-escaped characters in single-quoted character constants? Rationale: it was supported in v1.07, and it's used in NedoLang output (it exports constants directly from *.c).

Also I see, support for UTF8-encoded sources was dropped, so it shows an error at the beginning BOM marker. Can you please restore it? There was a bug previously: BOM marker should be followed by a blank line.

One more question: is it possible to remove the following messages in the output:
Pass 1 complete (0 errors)
Pass 2 complete (0 errors)
INCBIN: name=winto866 Offset=0 Len=256

Pass 3 complete
Errors: 0, warnings: 0, compiled: 2311 lines, work time: 0.047 seconds

And make error lines RED? That's crucial because there are so many programs in the project.

Thanks!