flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
comrade
Can you attach such file please?
|
|||
![]() |
|
Frank
comrade wrote: Can you attach such file please? It's not difficult to produce one ... ![]()
|
|||||||||||
![]() |
|
pelaillo
Fasmw has a limit of 255 chars per line. This is because for assembly source files it is enough.
Privalov, please correct me if I'm wrong. |
|||
![]() |
|
comrade
It is sometimes not enough, and I've hit that limit in FASMW several times. It is quite annoying. I have tried modifying ASMEDIT sources to allow longer lines, but have broken undo/redo functionality while doing that. I don't think its a priority for Privalov to update ASMEDIT.
|
|||
![]() |
|
Tomasz Grysztar
I'm working on it.
|
|||
![]() |
|
i-don
I've noticed the breaking text content in FASMW ide is easily to replicate when you joined to text file using DOS COPY command like this one:
Code:
copy file1.txt + file2.txt fileA.txt
The result in fileA.txt has CTRL+Z in between them. Open it using FASMW ide, you only got the first file content. If you open the same file using Notepad, you'll see both file separated by a black square character. CTRL+Z or ^Z or &H1A (ooops, thats a VB hex), or 01Ah usually the cause for some richedit based ide cannot load the other part of the files and understand it as EOF(end-of-file) characters. I read about how to fix it somewhere in the net by adding additional styles to richedit character handling. Can't remember whas style it was. Hope this info would helps, i-don. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.