Blame view

debug.h 162 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
//
// 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