flat assembler
Message board for the users of flat assembler.
Index
> Main > Extra Characters on Line |
Author |
|
LocoDelAssembly 24 Jun 2010, 04:36
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 |
|||
24 Jun 2010, 04:36 |
|
revolution 24 Jun 2010, 04:45
"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 |
|||
24 Jun 2010, 04:45 |
|
nathanpc 25 Jun 2010, 01:21
denat, remember to use the code tags, to let the forums organized.
|
|||
25 Jun 2010, 01:21 |
|
donn 25 Jun 2010, 13:55
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 |
|||
25 Jun 2010, 13:55 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.