Re: FASM "virtual" assembler directive
- From: Frank Kotler <spamtrap@xxxxxxxxxx>
- Date: Mon, 24 Apr 2006 19:15:48 -0400
Philippe Leite wrote:
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 ???
Not that I'm aware of.
Best,
Frank
.
- References:
- FASM "virtual" assembler directive
- From: Philippe Leite
- FASM "virtual" assembler directive
- Prev by Date: Re: Syscall interface
- Next by Date: Re: Syscall interface
- Previous by thread: FASM "virtual" assembler directive
- Next by thread: Re: [Clax86list] FASM "virtual" assembler directive
- Index(es):
Relevant Pages
|