1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-12 11:29:36 +00:00

Fix scan test not to rely on buggy operand output

This commit is contained in:
Peter Evans 2018-02-25 16:16:14 -06:00
parent 7b3b30a0f2
commit f376f00688

View File

@ -231,6 +231,6 @@ Test(mos6502_dis, scan)
// runtime operation) when you don't want it to, but as a standalone
// disassembler, it feels less useful when PC isn't emulated.
assert_buf("0000:29 38 AND #$38\n"
"0000:88 DEY #$38\n"
"0000:88 DEY \n"
"0000:6C 34 12 JMP ($1234)\n");
}