• Home
  • Raw
  • Download

Lines Matching refs:movw

33 	movw	$0x2000-12, %di		/* 0x2000 is arbitrary value >= length */
37 movw $BOOTSEG, %ax
38 movw %ax,%ds
39 movw %ax,%es
40 movw %ax,%ss /* put stack at BOOTSEG:0x4000-12. */
41 movw %di,%sp
56 movw %cx,%es /* access segment 0 */
57 movw $0x78, %bx /* 0:bx is parameter table address */
62 movw %ax,%es /* ax is BOOTSECT (loaded above) */
72 movw %cx,%ds /* access segment 0 */
74 movw %es,%si
77 movw %di, dpoff /* save old parameters */
78 movw %si, dpseg /* to restore just before finishing */
95 movw $disksizes, %si /* table of sizes to try */
100 movw %ax, sectors
105 movw $0x0200, %bx /* address after boot sector */
107 movw $0x0201, %ax /* service 2, 1 sector */
112 movw $msg1end-msg1, %cx
113 movw $msg1, %si
118 movw $SYSSEG, %ax
119 movw %ax,%es /* segment of SYSSEG<<4 */
126 movw $0x3f2, %dx
134 movw $0x78, %bx
135 movw dpoff, %di
136 movw dpseg, %si
138 movw %ax,%ds
139 movw %di,(%bx)
140 movw %si,2(%bx)
164 movw $0,sread /* load whole image including prefix */
165 movw %es,%ax
170 movw %es,%ax
171 movw %bx,%dx
179 movw sectors, %ax
181 movw %ax,%cx
191 movw %ax,%cx
195 movw $1, %ax
200 movw %ax, head
203 movw %ax, sread
207 movw %es,%ax
209 movw %ax,%es
218 movw $0x0e2e, %ax /* 0x2e = . */
219 movw $0x0007, %bx
225 movw track, %dx
226 movw sread, %cx
229 movw head, %dx
268 movw $5, %cx /* error code + 4 registers */
269 movw %sp,%bp
277 movw $0x0007, %bx /* page 0, attribute 7 (normal) */
278 movw $0xe05+0x41-1, %ax
299 movw $0x0007, %bx /* page 0, attribute 7 (normal) */
308 movw $0x0007, %bx /* page 0, attribute 7 (normal) */
309 movw $0xe0d, %ax /* CR */
318 movw (%bp),%dx /* load word into dx */
321 movw $0x0007, %bx /* page 0, attribute 7 (normal) */
362 movw %bx, %ss
363 movw $_estack16, %sp