mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-01-05 15:30:54 +00:00
Remove debug printfs.
This commit is contained in:
parent
73e4be2acc
commit
e7380477a9
@ -6,15 +6,10 @@ void
|
|||||||
emul_lda(rk65c02emu_t *e, instruction_t *i)
|
emul_lda(rk65c02emu_t *e, instruction_t *i)
|
||||||
{
|
{
|
||||||
instrdef_t id;
|
instrdef_t id;
|
||||||
|
|
||||||
id = instruction_decode(i->opcode);
|
id = instruction_decode(i->opcode);
|
||||||
|
|
||||||
printf("A: %x", e->regs.A);
|
|
||||||
|
|
||||||
e->regs.A = i->op1;
|
e->regs.A = i->op1;
|
||||||
|
|
||||||
printf("A: %x", e->regs.A);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user