id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17	%assign does not support $	jlawson-yasm@…	peter@tortall.net	"{{{
The ""$"" operator (current assembly position) cannot be used in expressions for 
the %assign directive.

This was seen in YASM version 0.3.0
(Note that your Bugzilla version table dropdown does not list 0.3.0 yet)

For example this fails with ""`$' not supported"":

   %assign ual ($-startseg)
   mov eax,ual

But this succeeds:

   mov eax,($-startseg)

I've tried this in ""-p nasm -r nasm"" and also without any -p or -r options.
}}}"	defect	new	P2	1.0.0	Preprocessor: 'real' NASM	other	normal		rthml tab space editor js	
