Acme-6502
view release on metacpan or search on metacpan
t/monkeynes/script_D8.txt view on Meta::CPAN
clear
power on
regs
# this instruction is 6502 compatible but not
# supported by the NES
op f8
# D flag should now be 1
test d = 1
op d8
# D flag should now be 0 again
test d = 0
save verify_D8.txt
( run in 0.703 second using v1.01-cache-2.11-cpan-98e64b0badf )