Add new function find_data() to separate the instruction from op_code.
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
#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);
|
||||
|
Reference in New Issue
Block a user