Redefined Horizons wrote:
Now let me ask about volunteering to help with the project. I'd like to get some experience programming in assembly language and/or machine code.
Is there any need for this on the ReactOS project? Can I start on some simple assembly language programming tasks for ReactOS and have someone that can guide me through the tough spots?
There is very little requirement for asm in ReactOS. It's referenced from within the C files every so often, and our kernel contains some asm, but the whole project is mainly C.