small detail

Peter Johnson peter at tortall.net
Wed Feb 28 09:31:59 PST 2007


On Wed, 28 Feb 2007, pingved at gmail.com wrote:

> I have construction:
>
> ...
> and _V86TaskState,not V86TASK_WORK
> ...
>
> where V86TASK_WORK is macro constant.
> Yasm didn't support 'not' macro, can you add it?

NASM syntax for "not" is "~", e.g.
and _V86TaskState, ~V86TASK_WORK

> And segment definition for omf (in future) as tasm:
> ExampleName segment blabla ;dword public use32 'CODE'
> ExampleName ends

I won't be adding support for this in NASM syntax; if a MASM or TASM 
parser ever gets developed this would of course be supported in that 
syntax.

Peter


More information about the yasm-devel mailing list