Files
Toy/repl/bytecode_inspector.h
Kayne Ruse b32ea9f309 Started working on a decompiler, called 'bytecode inspector'
It only has a few instructions for now, but I can flesh it out over
time.
2026-04-11 13:37:26 +10:00

4 lines
62 B
C

#pragma once
void inspect_bytecode(unsigned char* bytecode);