You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
473 B
C

int main(void) {
*((unsigned int *)0x400FE608U) = 0x20U;
*((unsigned int *)0x40025400U) = 0x0EU;
*((unsigned int *)0x4002551CU) = 0x0EU;
while (1) {
*((unsigned int *)0x400253FCU) = 0x02U;
int counter = 0;
while (counter < 1000000) {
++counter;
}
*((unsigned int *)0x400253FCU) = 0x00U;
counter = 0;
while (counter < 1000000) {
++counter;
}
}
//return 0;
}