Skip to main content

All Questions

Tagged with
1 vote
1 answer
113 views

error: impossible constraint in 'asm' with -m32 for an "i" ("string") operand: string address as immediate

I am just wondering why this code: void test(void) { asm volatile( "ud2\n\t" ".long " "%c0" "\n\t" ".word %c1\n\t&...
user14825657's user avatar