diff options
Diffstat (limited to 'pc-thing/code/disk.a')
-rw-r--r-- | pc-thing/code/disk.a | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pc-thing/code/disk.a b/pc-thing/code/disk.a new file mode 100644 index 0000000..35eb106 --- /dev/null +++ b/pc-thing/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 |