Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
When dealing with those different versions of the
jmp
instruction (jmp
,jne
, etc.), I didn't want to waste time writing repetitive code. So I combined all of them into one class with different jmp conditions. You can definitely create different casses for them tho.Thanks for your appreciation :)
Just for fun XD
This answer is very help for understanding this problem: http://stackoverflow.com/questions/4787421/how-do-i-use-fix-and-how-does-it-work