1 /* An instruction which should crash any program is `illegal'. */ 2 #define ABORT_INSTRUCTION asm ("brki r0, -1") 3