Added flop support.

This commit is contained in:
Richard Barry 2010-01-17 13:14:23 +00:00
parent 094945625d
commit ebffeb7ae4
11 changed files with 706 additions and 132 deletions

View file

@ -16,13 +16,7 @@
#pragma section IntPRG
// 4 Illegal code
#pragma interrupt (INT_Illegal_code)
void INT_Illegal_code(void)
{
volatile int i = 0;
while( i == 0 );
}
void INT_Illegal_code(void){for( ;; ); /* sleep(); */}
// 5 Reserved