1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-07 16:16:37 +00:00
emu6502/disassembler.h
2019-04-14 12:39:56 +02:00

2 lines
58 B
C

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