summaryrefslogtreecommitdiff
path: root/reboot1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'reboot1.asm')
-rw-r--r--reboot1.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/reboot1.asm b/reboot1.asm
new file mode 100644
index 0000000..955f3f8
--- /dev/null
+++ b/reboot1.asm
@@ -0,0 +1,11 @@
+; $Id$
+; Titel: ReBoot #1
+; Autor: DreamDemon
+; Date : 05.08.1999
+
+.model small
+.code
+ org 100h
+start:
+ int 19h ; Bootstrap loader
+end start