/* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include #include void mvmeprom_outchr(a) char a; { asm volatile ("or r2, r0, %0" : :"r" (a)); BUG_CALL(_OUTCHR); }