summaryrefslogtreecommitdiff
path: root/reboot2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'reboot2.asm')
-rw-r--r--reboot2.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/reboot2.asm b/reboot2.asm
new file mode 100644
index 0000000..30019b8
--- /dev/null
+++ b/reboot2.asm
@@ -0,0 +1,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