Lines Matching refs:mov
286 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
289 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
298 # assembler instructions: mov di,077c;cmp word ptrl[di],a55a;jnz
302 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...)
330 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
332 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
357 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04
375 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
426 # assembler instructions: cli;mov $0x30,%ax;mov %ax,%ss;mov
428 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
548 # skip Linux style boot sector starting with assembler instructions mov 0x7c0,ax;
615 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
1198 # assembler instructions: mov di,0600h;mov cx,0100h
1221 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
1247 # not NO_BANNER definitions contains assembler instructions: mov banner,si;call message_crlf
1257 # assembler instructions: cli;xor ax,ax;mov ds,ax;mov es,ax;mov ss,
1266 # for 1st version assembler instructions: cld;xor ax,ax;mov DS,ax;MOV ES,AX;mov SI,
1267 # or cld;xor ax,ax;mov SS,ax;XOR SP,SP;mov D…