Multitasking Tutorial

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Cjmovie

Re:Multitasking Tutorial

Post by Cjmovie »

Alright, finally found the time to update it. Any more errors/ommisions somebody has noticed?

Also, where do you guys say I should submit it? Osdever, ... ?
proxy

Re:Multitasking Tutorial

Post by proxy »

minor details
That means that when you do a push, it sets the DWORD pointed at by esp to the value you pushed, and then subtracts 4 from esp
this is wrong, the decrement happens first.

you also have a typo in your description of stack based task switching, you did:

Code: Select all

>/li>
instead of

Code: Select all

</li>
looking better though.

proxy
Post Reply