FASM "virtual" assembler directive



Hi listers,

There is a nice directive in FASM named "virtual" that works as the
following example:

virtual at ebx
label1 dw ?
label2 dd ?
end virtual

mov ax,[label1] will be assembled mov ax,[ebx]
mov ecx,[label2] will be assembled mov ecx,[ebx+2]


Is there such a thing in NASM ???

Thanks

Philippe Leite

.



Relevant Pages

  • Re: FASM "virtual" assembler directive
    ... Philippe Leite wrote: ... virtual at ebx ... label1 dw? ... label2 dd? ...
    (comp.lang.asm.x86)
  • RE: Autosizing and column spanning conundrum
    ... If I set the column span of both the label1 and the label created at run ... I set the BackColor of the label1 to the ... TableLayoutPanel and the new Label named label2. ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.languages.csharp)
  • Modeling the condition code register in register allocation
    ... model the condition code register properly. ... IF d GOTO label1 ELSE GOTO label2 ... e' -> %rsi ...
    (comp.compilers)
  • Re: Wecker
    ... Will einen Wecker machen. ... Timer der jede Sekunde tickt. ... in Label1 kann man die Stunden und in Label2 die Minuten eingeben, ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: Wecker
    ... Timer der jede Sekunde tickt. ... in Label1 kann man die Stunden und in Label2 die Minuten eingeben, ... Nur dass man in Labels nichts eingeben kann. ...
    (microsoft.public.de.german.entwickler.dotnet.vb)