Searched refs:CS_BASE (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/memdisk/ |
D | memdisk16.asm | 26 CS_BASE equ (MY_CS << 4) ; Corresponding address define 184 .adj1: dd call32_gdt+CS_BASE ; pointer for LGDT instruction 191 ; 0010: Code segment, use16, readable, dpl 0, base CS_BASE, 64K 192 desc CS_BASE, 0xffff, 0x009b 194 ; 0018: Data segment, use16, read/write, dpl 0, base CS_BASE, 64K 195 desc CS_BASE, 0xffff, 0x0093 557 shl ebp,4 ; EBP <- CS_BASE 559 add ebx,ebp ; entry point += CS_BASE 570 jmp 20h:strict dword .in_pm+CS_BASE 603 push dword call32_enter_rm.rm_jmp+CS_BASE [all …]
|