I have written many little EXE programs in assembly for DOS and they work great. I have been looking a few COM programs in assembly and do not see how one allocate space for the stack.
I tired using
section stack class=stack
rest 64
and I get uninitialized stack when I compile. This maybe normal I do not know.
any tips would be appreciated. The docs also do not show how to allocate stack space for a COM program.
thanks,
Tyson