Page 2 of 2

Re:Multitasking Tutorial

Posted: Thu Oct 20, 2005 3:01 pm
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, ... ?

Re:Multitasking Tutorial

Posted: Thu Oct 20, 2005 4:18 pm
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