fix whitespace
This commit is contained in:
@@ -7,13 +7,13 @@ int main(void)
|
|||||||
c_label:
|
c_label:
|
||||||
asm("inx\n"
|
asm("inx\n"
|
||||||
"bne %g\n",
|
"bne %g\n",
|
||||||
c_label);
|
c_label);
|
||||||
|
|
||||||
// this does not work
|
// this does not work
|
||||||
c_label2:
|
c_label2:
|
||||||
asm("inx\n"
|
asm("inx\n"
|
||||||
"bne %g \n",
|
"bne %g \n",
|
||||||
c_label2);
|
c_label2);
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user