> Stack allocation could be implicit. Don't know how NASM is handling
> this, as I wouldn't touch that one with a barge pole... ;-)
> Check the list file when assembling this..

In TSR's, the stack is NEVER implicit.  It is something you must explicitly 
handle somewhere in the TSR.  For all but the simplest TSR's, the TSR should 
set up a stack for itself to use while it is processing things.


_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to