Skip to content
Snippets Groups Projects
Commit 9e52181a authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

fix docs

parent ba9e3914
No related branches found
No related tags found
No related merge requests found
...@@ -82,5 +82,8 @@ Section 2: ...@@ -82,5 +82,8 @@ Section 2:
* DW HD * DW HD
DB S is the offset where you can change the section. It's one byte. DB S is the offset where you can change the section. It's one byte.
DW HD is the offset where you can change the drive and head. It's a word 0xhhdd. DW HD is the offset where you can change the drive and head. It's a word 0xhhdd.
2.4 The breakpoint
If you want your code to run every loop before the "int int_input_line", you can replace the
interrupt 0x27 with your code. This is used in the clock as you can see.
will be expanded... will be expanded...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment