Tvùrce webu je i pro tebe! Postav tøeba web. Bez grafika. Bez kodéra. Hned.
wz

<< Back

cesky: , English:

CMOS

CMOS memory


CMOSGetByte - read byte from CMOS memory

INPUT:
AL = index (0 to 127)

OUTPUT:
AL = data


CMOSSetByte - write byte to CMOS memory

INPUT:
AL = data
DL = index (0 to 127)


CMOSGetData - read data from CMOS memory

INPUT:
AL = start index (0 to 127)
BX = destination buffer
CL = number of bytes (0 to 128)


CMOSSetData - write data to CMOS memory

INPUT:
AL = start index (0 to 127)
BX = source buffer
CL = number of bytes (0 to 128)


Source code CMOS.ASM

<< Back