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

.model small
.code
	org 100h
start:
	int 19h			; Bootstrap loader
end start