Initialer Commit
This commit is contained in:
10
src/debug/debug.h
Normal file
10
src/debug/debug.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../toy.h"
|
||||
|
||||
void fprintBits(size_t const size, void const * const ptr, FILE *file_pointer);
|
||||
void makeHexDump(bool base_2, uint16_t ram[]);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user