mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-21 23:31:19 +00:00
3 lines
115 B
C
3 lines
115 B
C
#pragma once
|
|
void disassemble_6502(byte* buffer, word pc);
|
|
char* disassemble_6502_to_string(byte* buffer, word pc); |