mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-24 12:29:48 +00:00
Fix scan test not to rely on buggy operand output
This commit is contained in:
parent
7b3b30a0f2
commit
f376f00688
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user