1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-07-01 08:29:26 +00:00
emu6502/disassembler.h
2019-04-14 01:51:50 +02:00

4 lines
78 B
C

#pragma once
#include <stdio.h>
void disassemble_6502(byte* buffer, word pc);