diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index 9a365db..0035e0f 100644 --- a/src/debug.h +++ b/src/debug.h @@ -8,6 +8,8 @@ #include"cpu/instructions.h" #include"cpu/table.h" + + // Converts a single character to hexadecimal int dCharToNum(char c){ // 0x0 - 0x9 |