Lines Matching refs:bx
76 push bx
77 mov bx, screenSeg
78 mov es, bx ;; r-mode segment of colour screen
80 mov bx, fanIndex
81 mov al, fanChars[bx] ;; get write char
86 pop bx
132 push bx
134 mov bx, cs
136 mov bx, SEG _DATA
138 mov ds, bx
139 mov es, bx ; ES = DS = CS or seg _DATA
140 pop bx ; restore handle
154 mov [di].handle, bx ; remember the handle.