Single Quote Const

Started by Monolith, October 07, 2010, 07:31:11 AM

Previous topic - Next topic

Monolith

I was wondering if single quote constants was supported by PoASM? For instance:

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?