This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Hey so here is just a simple program i wrote in c, compiled under avr-gcc.. The corresponding assembly code is posted too. Still cant understand what the assembly code for the switch statement is doing, any help would be great. thanks. int main() { char myinput; printf("Which option will you [...] read more