yasm not allowing __fastcall naming
Peter Johnson
peter at tortall.net
Sat Sep 16 19:34:33 PDT 2006
On Sat, 16 Sep 2006, Cory Nelson wrote:
> I seem to be having problems declaring globals like @function at 4, the
> windows __fastcall naming convention, is this intentional?
Prepend the identifier with $, e.g. $@function at 4 (in both the global and
where you define it). We currently don't allow identifiers to start with
@; we may change this (looking at it now I'm not sure why we don't allow
it), but at the moment just prepend $ to such names.
-Peter
More information about the yasm-devel
mailing list