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

fix GUIDE

parent 0f4458ff
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ Section 2:
interrupt 0x27 with your code. This is used in the clock as you can see.
2.5 sysmap.inc
sysmap.inc can be generated with "make symbols" and can be used to link your program
to the running system. You just have to add "%include sysmap.inc" to use the labels.
to the running system. You just have to add '%include "sysmap.inc"' to use the labels.
This can be very useful to not waste space for code you have already in memory.
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