Lines Matching refs:byte
48 .byte 0x8c,0xc8 # mov ax, cs
49 .byte 0x8e,0xd8 # mov ds, ax
50 .byte 0x8e,0xc0 # mov es, ax
51 .byte 0x8e,0xd0 # mov ss, ax
52 .byte 0x33,0xc0 # xor ax, ax
53 .byte 0x8e,0xe0 # mov fs, ax
54 .byte 0x8e,0xe8 # mov gs, ax
58 .byte 0xBE
60 ….byte 0x66,0x8B,0x14 # mov edx,dword ptr [si] ; EDX is keeping the start …
62 .byte 0xBE
64 .byte 0x66 # db 66h
65 .byte 0x2E,0xF,0x1,0x14 # lgdt fword ptr cs:[si]
67 .byte 0xBE
69 .byte 0x66 # db 66h
70 .byte 0x2E,0xF,0x1,0x1C # lidt fword ptr cs:[si]
72 .byte 0x33,0xC0 # xor ax, ax
73 .byte 0x8E,0xD8 # mov ds, ax
75 … .byte 0xF,0x20,0xC0 # mov eax, cr0 ; Get control register 0
76 .byte 0x66,0x83,0xC8,0x1 # or eax, 000000001h ; Set PE bit (bit #0)
77 .byte 0xF,0x22,0xC0 # mov cr0, eax
81 .byte 0x66,0x67,0xEA # far jump
88 .byte 0x66
90 .byte 0x66
92 .byte 0x66
94 .byte 0x66
96 .byte 0x66