Pelles C forum

Assembly language => Assembly discussions => Topic started by: Monolith on October 07, 2010, 07:31:11 AM

Title: Single Quote Const
Post by: Monolith 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?