#include int main(){ int zeke = 100; asm("mov $1000, %0 " : "=r"(zeke) ); if(zeke > 500) printf("You finished the problem!\n"); return 0; }