All Questions
Tagged with compiler-errors c
1 questions from the last 7 days
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&...