mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-25 18:31:23 +00:00
4 lines
78 B
C
4 lines
78 B
C
#pragma once
|
|
#include <stdio.h>
|
|
void disassemble_6502(byte* buffer, word pc);
|