flat assembler
Message board for the users of flat assembler.
Index
> Main > [solved: reserved word] Labels in FASM IDE |
Author |
|
shutdownall 12 Jan 2014, 00:08
Just change the label name (!).
_entry, entry1, ntry or whatever is suitable. Entry is a reserved word (directive) for FASM. Please read the documentation but the message is selfexplaining (use of reserved word as symbol). A label is a symbol and "entry" is a reserved word. Quote: entry directive sets the entry point for MZ executable, it should be followed by the far address (name of segment, colon and the offset inside segment) of desired entry point. http://flatassembler.net/docs.php?article=manual (entry is used for MZ executable) |
|||
12 Jan 2014, 00:08 |
|
revolution 12 Jan 2014, 00:48
Moving to "Main".
|
|||
12 Jan 2014, 00:48 |
|
DOS386 12 Jan 2014, 09:21
> I am very new to assembly programming and
Welcome > but the message is selfexplaining This is not always true but this time FASM did a very good job |
|||
12 Jan 2014, 09:21 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.