#ifndef ZRE_DEBUG_H
#define ZRE_DEBUG_H
#include "vm.h"
int core_dump(Data *memory, uint32_t memory_size);
#endif