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