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.
today I learned something ;P
Wow! There really is an instruction for everything.
Love a murder kata solution
Basically,
if something results in True, it needs to be returned as "True"
if something results in False, it needs to be returned as "False"
Hope that helps
What do you need explaining?
please can someone explain
Code size optimization
What's the purpose of
lea rax,[rsi+rdi]
?It's the lower 8 bits of edi (like al to eax)
hmm... :/ I use MASM I keep having to look at NASM references. wonder if they will add MASM.
I will study this DIL.