summary refs log tree commit diff
path: root/code/disk.a
diff options
context:
space:
mode:
Diffstat (limited to 'code/disk.a')
-rw-r--r--code/disk.a7
1 files changed, 7 insertions, 0 deletions
diff --git a/code/disk.a b/code/disk.a
new file mode 100644
index 0000000..35eb106
--- /dev/null
+++ b/code/disk.a
@@ -0,0 +1,7 @@
+start:
+    ; get sector 0
+    mov a 0
+    str a 0x7cff
+
+    ; jump to the sector
+    jmp 0x7d01
\ No newline at end of file