Home | History | Annotate | Download | only in jpeg

Lines Matching refs:BX

48 		push	bx
58 lds bx,dword ptr [bp+6] ; get handle pointer
59 mov word ptr [bx],ax ; save the handle
65 pop bx
83 push bx
88 mov bx,word ptr [bp+6] ; file handle
97 pop bx
115 push bx
120 mov bx,word ptr [bp+6] ; file handle
131 pop bx
149 push bx
154 mov bx,word ptr [bp+6] ; file handle
169 pop bx
187 push bx
192 mov bx,word ptr [bp+6] ; file handle
207 pop bx
225 push bx
240 mov ax,bx
241 xmsavail_done: les bx,dword ptr [bp+6] ; get pointer to return value
242 mov word ptr es:[bx],ax
243 mov word ptr es:[bx+2],dx
248 pop bx
259 ; The XMScontext structure contains values for the AX,DX,BX,SI,DS registers.
261 ; AX,DX,BX registers are written back to the context structure.
268 push bx
273 les bx,dword ptr [bp+10] ; get XMScontext pointer
274 mov ax,word ptr es:[bx] ; load registers
275 mov dx,word ptr es:[bx+2]
276 mov si,word ptr es:[bx+6]
277 mov ds,word ptr es:[bx+8]
278 mov bx,word ptr es:[bx+4]
280 mov cx,bx ; save returned BX for a sec
281 les bx,dword ptr [bp+10] ; get XMScontext pointer
282 mov word ptr es:[bx],ax ; put back ax,dx,bx
283 mov word ptr es:[bx+2],dx
284 mov word ptr es:[bx+4],cx
289 pop bx
305 push bx
327 pop bx
340 ; The EMScontext structure contains values for the AX,DX,BX,SI,DS registers.
342 ; AX,DX,BX registers are written back to the context structure.
349 push bx
354 les bx,dword ptr [bp+6] ; get EMScontext pointer
355 mov ax,word ptr es:[bx] ; load registers
356 mov dx,word ptr es:[bx+2]
357 mov si,word ptr es:[bx+6]
358 mov ds,word ptr es:[bx+8]
359 mov bx,word ptr es:[bx+4]
361 mov cx,bx ; save returned BX for a sec
362 les bx,dword ptr [bp+6] ; get EMScontext pointer
363 mov word ptr es:[bx],ax ; put back ax,dx,bx
364 mov word ptr es:[bx+2],dx
365 mov word ptr es:[bx+4],cx
370 pop bx