moarvm is virtual machine for 6model(Perl6's), being built for NQP and Rakudo Perl 6. It's a good stuff I think. Then, I want to understand moarvm project do. moarvm's test suite(t/moar/) is written in nqp using MASTTesting.nqp. And you can enable the debugging mode by MVMDEBUG environment variable. % MVMDEBUG=1 nqp foo.nqpThen you got a TEST_NAME.moarvm, TEST_NAME.mvmdump, TEST_NAME.mastdump per