# File test/tc_disassembly.rb, line 7
        def test_simple
                assert(/RTS/.match(D65.disassemble("\x60")),"disassembly of 0x60 should be RTS")

        end