Add new function find_data() to separate the instruction from op_code.

This commit is contained in:
lux
2017-08-07 20:59:17 +02:00
parent 683349d210
commit 1bdbf7a7e7
4 changed files with 32 additions and 3 deletions

View File

@ -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);