1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-17 05:29:28 +00:00
emu6502/disassembler.h

2 lines
58 B
C
Raw Normal View History

2019-04-13 23:51:50 +00:00
#pragma once
2019-04-14 10:39:56 +00:00
void disassemble_6502(byte* buffer, word pc);