aboutsummaryrefslogtreecommitdiff
path: root/shell.asm
diff options
context:
space:
mode:
Diffstat (limited to 'shell.asm')
-rw-r--r--shell.asm8
1 files changed, 0 insertions, 8 deletions
diff --git a/shell.asm b/shell.asm
deleted file mode 100644
index b73db67..0000000
--- a/shell.asm
+++ /dev/null
@@ -1,8 +0,0 @@
-Main:
- call GetKey
- mov ah, 0x0E
-
-GetKey:
- xor ax, ax
- int 0x16
- ret