diff options
author | WlodekM <[email protected]> | 2025-03-31 19:27:55 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-03-31 19:27:55 +0300 |
commit | ef4e8c20719822eebd6318a878cc37902c2b85a5 (patch) | |
tree | c80cc67921c8b511f5a50ec68834b5b28deb05a1 /code/disk.a |
pc thing
Diffstat (limited to 'code/disk.a')
-rw-r--r-- | code/disk.a | 7 |
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 |