aboutsummaryrefslogtreecommitdiff
path: root/src/io/io.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/io.asm')
-rw-r--r--src/io/io.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/io/io.asm b/src/io/io.asm
new file mode 100644
index 0000000..6776c56
--- /dev/null
+++ b/src/io/io.asm
@@ -0,0 +1,11 @@
+global shutdown
+shutdown:
+ mov ax, 0x1000
+ mov ax, ss
+ mov sp, 0xf000
+ mov ax, 0x5307
+ mov bx, 0x0001
+ mov cx, 0x0003
+ int 0x15
+
+ ret \ No newline at end of file