1
0
mirror of https://github.com/jborza/emu6502.git synced 2025-02-19 23:29:06 +00:00
emu6502/disassembler.h

3 lines
115 B
C
Raw Normal View History

2019-04-14 01:51:50 +02:00
#pragma once
2019-05-01 07:21:36 +02:00
void disassemble_6502(byte* buffer, word pc);
char* disassemble_6502_to_string(byte* buffer, word pc);