1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-07-01 06:29:31 +00:00
rk65c02/src/emulation.c

11 lines
88 B
C
Raw Normal View History

#include <stdio.h>
#include "emulation.h"
void
emul_nop(void)
{
printf("nop!\n");
}