flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
LocoDelAssembly
I've tried replacing 'Long Message.' with a 10,000+ chars strings and no problem at all. I'm using FASM 1.69.14.
Does the faulting line isolated in a separate source and compiled separately produce the same problem? PS: Have you verified that the message itself does NOT contain the single quote (or double quote in case you used it to open the string) somewhere? This will give the same error message you mention: Code: B21 db 'Loco's test',10,0 Code: B21 db 'Loco''s test',10,0 ; Or: B21 db "Loco's test",10,0 |
|||
![]() |
|
revolution
"Extra characters on line" can also mean that fasm encountered a space, or tab, and then found something following:
Code: label1 db 'test',13 10,0 ;error, the space ends the db statement |
|||
![]() |
|
nathanpc
denat, remember to use the code tags, to let the forums organized.
![]() |
|||
![]() |
|
donn
Yeah, it was the single quotes within the quotes that fixed the error. Yeah, when I write code into the post, ill put it in the format.
Awesome guys, Denat |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.