Project for learning assembly and make fun a bit (or not). It uses a fix stack size of 2Kb per coroutine and the scheduler accepts maximum 10 coroutines. It can be modified via constants.h.
- Return value via yield, can be added in the Context stack frame and an integer saying how many bytes we are returning
