Lines Matching refs:ds
42 mov ds, ax
66 mov ds,ax ; DS = 0x0000
84 mov ds,ax
184 push ds
186 mov ds, cx
189 mov BYTE PTR ds:[si+2],bl ; 02 = Number Of Block transfered
190 mov WORD PTR ds:[si+4],di ; 04 = Transfer Buffer Offset
191 mov WORD PTR ds:[si+6],es ; 06 = Transfer Buffer Segment
192 mov DWORD PTR ds:[si+8],eax ; 08 = Starting LBA (Low)
193 mov DWORD PTR ds:[si+0ch],edx ; 0C = Starting LBA (High)
198 pop ds
224 mov ds, ax