2004-03-15 12:30 AM
2011-05-17 02:35 AM
Hi,
I would implement a “divide by zero trap� in C program. I know that this trap is different from normal interrupt it has to be finished not with ''iret''. How it can be done? Could someone give me a simple example? Thanks a lot.2011-05-17 02:35 AM
Read crtbegin.spp file and track the divide by zero ISR
there wont be anything but you can add your function. but do read the datasheet carefully before that.