; $Id$ ; Titel: ReBoot #3 ; Autor: DreamDemon ; Date : 05.08.1999 .model small .code org 100h start: mov ah,0Dh int 21h ; DOS Services ah=function 0Dh ; flush disk buffers to disk sti ; Enable interrupts hlt ; Halt processor mov al,0FEh out 64h,al ; port 64h, kybd cntrlr functn ; al = 0FEh, pulse CPU reset end start