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.
If you don't know how to do it - then simply research (i.e google) for the answer.
Next time you come across a similar problem you will know what your looking for.
Resolved.
Approved, thank you for your contribution!
Have you "Reset" your solution? This will also load the default sample tests
Please see feedback on the translation
This mostly looks good, for other languages we run 100 random tests for each instruction type (ie 300 random tests in total).
Could you add the same.
I can then approve, thanks!
Modified Java sample tests to the above. Thanks
Approved, thank you for your contribution!
I totally agree with your logic, copying your example in its entirity and using the g++ compiler runs and produces the correct result without issue.
This is certainly an issue with how the code is compiled/run in the Kata environment, and not a product of the kata itself.
I will mark this as resolved for now, but please feel free to continue the discussion :)
Resolved.
Approved, thank you for your contribution!
I have little knowledge with NASM - I will accept your translation on the merit of your experience alone.
Thank you for the contribution :)
This is your issue:
out[8] = '0' + result % 10;
You are trying to add together a character and an integer.
Please let me know if your solution works and I will mark this as resolved.
Ps. The way that you are checking for the instruction is clever!
Could you share what you have? Mark it with a spoiler flag please thanks!
Thankyou for your contribution! I have approved it.
If there are others wishing to submit translations, please do so.
Loading more items...