flat assembler
Message board for the users of flat assembler.

Index > Main > About one line limitation.

Author
Thread Post new topic Reply to topic
Roman



Joined: 21 Apr 2012
Posts: 1767
Roman 19 Sep 2020, 13:50
I want write in one line more then 12000 symbols. Dat1 dd 1,2,3,...,12000
And i interesting Fasmw 1.73 get all symbols from this line or not ?
Post 19 Sep 2020, 13:50
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20300
Location: In your JS exploiting you and your system
revolution 19 Sep 2020, 14:00
You can try it and see if it works. I'm pretty sure it will be fine.
Post 19 Sep 2020, 14:00
View user's profile Send private message Visit poster's website Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1767
Roman 19 Sep 2020, 14:31
Quote:

I'm pretty sure it will be fine.

I really hope that it will be so.
Post 19 Sep 2020, 14:31
View user's profile Send private message Reply with quote
ProMiNick



Joined: 24 Mar 2012
Posts: 798
Location: Russian Federation, Sochi
ProMiNick 19 Sep 2020, 19:34
Roman, feed it to fasmg
Code:
format binary as 'txt'
dd 'db 1'
repeat 12000
        if %>1
        db ',',`%
        end if
end repeat    

Thou not going to do test file manualy. I hope.
Post 19 Sep 2020, 19:34
View user's profile Send private message Send e-mail Reply with quote
AsmGuru62



Joined: 28 Jan 2004
Posts: 1619
Location: Toronto, Canada
AsmGuru62 20 Sep 2020, 14:56
Better question is why do you need to do that?
Why not make multiple lines?
Just curious, not trolling.
Post 20 Sep 2020, 14:56
View user's profile Send private message Send e-mail Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1767
Roman 20 Sep 2020, 17:46
It's for my fasm++
I copy and calculate many floats from one line and do write this line to file.
And do this for all lines.
Less writes to file more speed.
3 seconds write 200 mb text file with float values.
Post 20 Sep 2020, 17:46
View user's profile Send private message Reply with quote
Overclick



Joined: 11 Jul 2020
Posts: 669
Location: Ukraine
Overclick 25 Sep 2020, 17:37
New line is only two bytes on data massive, 0x0D0A for example. It's not divided to parts as you think.
Post 25 Sep 2020, 17:37
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.