Go to the source code of this file.
#define SEG_ASM |
( |
|
type, |
|
|
|
base, |
|
|
|
lim |
|
) |
| |
Value:.word (((lim) >> 12) & 0xffff), ((base) & 0xffff); \
.byte (((base) >> 16) & 0xff), (0x90 | (type)), \
(0xC0 | (((lim) >> 28) & 0xf)), (((base) >> 24) & 0xff)
Definition at line 11 of file asm.h.
Value:.word 0, 0; \
.byte 0, 0, 0, 0
Definition at line 5 of file asm.h.
Definition at line 21 of file asm.h.
Definition at line 18 of file asm.h.
Definition at line 17 of file asm.h.
Definition at line 20 of file asm.h.
Definition at line 19 of file asm.h.
Definition at line 16 of file asm.h.