1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-01 19:41:29 +00:00
emu6502/disassembler.h
2019-05-01 07:21:36 +02:00

3 lines
115 B
C

#pragma once
void disassemble_6502(byte* buffer, word pc);
char* disassemble_6502_to_string(byte* buffer, word pc);