Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails if input file is > 128K #1

Open
stacksmith opened this issue Jun 29, 2020 · 2 comments
Open

Fails if input file is > 128K #1

stacksmith opened this issue Jun 29, 2020 · 2 comments

Comments

@stacksmith
Copy link

Linux, 64bit,generating a binary (non-executable file) with lots of symbols...
As soon as I add a symbol that pushes the .fas file over 128k, listing breaks with the following message:

error: some error occured while trying to read file.

I glanced inside to see if there is a hardwired buffer somewhere, but could not see it. Would you mind taking a look?

@stacksmith
Copy link
Author

Hmm. Sadly this makes fasm pretty much useless for my project. I can assemble around 500 bytes before 'some error' forces me to work blind.

@alesapin
Copy link
Owner

alesapin commented Jul 3, 2020

Hi, sorry for the long answer. Maybe you can provide reproduceable example of the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants