Started implementing the debugger.

This commit is contained in:
2017-01-31 19:42:04 +01:00
parent 3eba81d2bd
commit e47cb247eb
13 changed files with 7188 additions and 118 deletions

3
debug.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void debug_init(unsigned char* mem);