diff --git a/src/mos6502.exec.c b/src/mos6502.exec.c index 0890b70..15ee2a7 100644 --- a/src/mos6502.exec.c +++ b/src/mos6502.exec.c @@ -68,10 +68,18 @@ DEFINE_INST(nop) // do nothing } +/* + * This is not any different from NOP, except that it uses a different + * address mode. + */ DEFINE_INST(np2) { } +/* + * This is not any different from NOP, except that it uses a different + * address mode. + */ DEFINE_INST(np3) { }