OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SET_AL
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/vgabios/
vgabios.h
12
#define
SET_AL
(val8) AX = ((AX & 0xff00) | (val8))
/external/qemu-pc-bios/bochs/bios/
rombios.c
993
#define
SET_AL
(val8) AX = ((AX & 0xff00) | (val8))
[
all
...]
Completed in 68 milliseconds