First/assembly.h

4 lines
57 B
C
Raw Normal View History

2024-01-29 12:48:53 +00:00
#include "stdint.h"
char* disassemble(uint32_t opcode);