flat assembler
Message board for the users of flat assembler.

Index > Macroinstructions > name too long (?)

Author
Thread Post new topic Reply to topic
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 04 Oct 2011, 19:11
Code:
;does NOT compile (name too long / line 7)

include 'win32a.inc'

aaaa /...../ aaaa:      ;<--- 251 characters

struct E
abcd db ?
ends                    ;<--- line 7
    

Code:
;does compile, all ok.

include 'win32a.inc'

aaaa /...../ aaaa:    ;<--- 250 characters (instead of 251)

struct E
abcd db ?
ends
    

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 04 Oct 2011, 19:11
View user's profile Send private message Send e-mail Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8367
Location: Kraków, Poland
Tomasz Grysztar 04 Oct 2011, 19:19
I'm moving this to "Macroinstructions", because it is the local label generated internally by "struct" macro that causes the error. Seems to be a bug in the macro, I will look into it.
Post 04 Oct 2011, 19:19
View user's profile Send private message Visit poster's website Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 04 Oct 2011, 21:49

thank you Tomasz for your reply.

(and for your availability)

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 04 Oct 2011, 21:49
View user's profile Send private message Send e-mail 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-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.