Juniper-systems Allegro DOS Manual Manual de usuario Pagina 123

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 166
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 122
Allegro DOS Owner’s Manual 123
Allegro CPU Done Function (Allegro_CpuDone)
This function is called to restore the Power Manager to the normal
state after a CPU busy call.
void Allegro_CpuDone (void)
{
_asm
{
push ax
push bx
mov ax, 2E0Bh
mov bl, 1 // setup regs for function call
int 10h // call cpu done function
pop bx
pop ax
}
}
Vista de pagina 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 165 166

Comentarios a estos manuales

Sin comentarios