NO

Author Topic: Single Quote Const  (Read 2920 times)

Monolith

  • Guest
Single Quote Const
« on: October 07, 2010, 07:31:11 AM »
I was wondering if single quote constants was supported by PoASM? For instance:
Code: [Select]
mov byte ptr [eax], 'a'
or
xor al, 'a'
The above code works fine in Masm, but gives me errors in inline C. Is it implemented differently or just not at all?