Re: [Q] What is @@:
From: Florian Liebig (spamtrap_at_crayne.org)
Date: 10/11/04
- Next message: Florian Liebig : "Re: newbie question"
- Previous message: Phil Carmody: "Re: Windows 32 bit assembler"
- Next in thread: hutch--: "Re: [Q] What is @@:"
- Reply: hutch--: "Re: [Q] What is @@:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 11 Oct 2004 11:10:02 +0000 (UTC)
> Hi,
>
> I am reading some ASM programs written in MASM lately. Some of the source
> code have many
> predefined labels @@: . I've read the MASM reference manual, however, still
> can't understand
the use of @@ is by definition of microsoft when you use local labels. masm has
the option to make decisions in the programmer's ease like jump-optimizing
code.
- Next message: Florian Liebig : "Re: newbie question"
- Previous message: Phil Carmody: "Re: Windows 32 bit assembler"
- Next in thread: hutch--: "Re: [Q] What is @@:"
- Reply: hutch--: "Re: [Q] What is @@:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|