summaryrefslogtreecommitdiff
path: root/reboot2.asm
blob: 30019b8b77603d649e13ade1fd92d78b0d0f4a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; $Id$
; Titel: ReBoot #2
; Autor: DreamDemon
; Date : 05.08.1999

.model small
.code
	org 100h
start:
	db 0EAh                 ; Jump to Power On Self Test - Cold Boot
	dw 0,0FFFFh
end start