//! Prints "Hello, world!" on the OpenOCD console using semihosting
//!
//! ---
extern crate cortex_m;
extern crate cortex_m_rt;
extern crate cortex_m_semihosting;
use Write;
use asm;
use hio;
// As we are not using interrupts, we just register a dummy catch all handler
static INTERRUPTS: = ;
extern "C"