Lines Matching refs:stack
76 call _NdisAllocStack ;; Get and install a stack.
78 mov bx,ss ;; Save off the old stack in other regs
82 push bx ;; Save the old one on to the new stack
84 sub sp,&argsSize ;; Allocate space for arguments on the stack
93 mov cx,&argsSize ;; Move the arguments to the stack.
102 pop di ;; Pop off the old stack
104 mov bx,ss ;; Save off the current allocated stack.
106 mov ss,si ;; Restore the old stack
109 push bx ;; Free the stack. Push the pointer to it
114 add di,32 ;; Get a pointer to ax on the stack