// // Created by imanol on 12/26/16. // #ifndef SYNACORVM_DEBUG_H #define SYNACORVM_DEBUG_H #include "cpu.h" void debug_program(); #endif //SYNACORVM_DEBUG_H