flat assembler
Message board for the users of flat assembler.
Index
> Main > use## as a mnemonic prefix |
Author |
|
baldr 19 Mar 2008, 19:25
Hi there!
Is it intended that use## can be used as a mnemonic prefix? Sincerely yours, Sergio. |
|||
19 Mar 2008, 19:25 |
|
revolution 20 Mar 2008, 03:28
# is already the concatenation operator. Multiple #'s are treated as one.
|
|||
20 Mar 2008, 03:28 |
|
baldr 26 Jul 2008, 22:35
That is not what I mean.
Code: use16 format binary as "MBR" use32 push eax ;db 0x50 |
|||
26 Jul 2008, 22:35 |
|
vid 27 Jul 2008, 01:28
why do you put "use16" before "format binary" ?
|
|||
27 Jul 2008, 01:28 |
|
vid 29 Jul 2008, 14:48
Bad example. There is no reason at all to precede "format" with any directive.
Mixing 16bit and 32bit code is not a problem: Code: use16 mov ax, [bx+si] jmp 0008:xyz use32 xyz: mov eax, [ebx] .... |
|||
29 Jul 2008, 14:48 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.