Add basic meta documentation #11

Merged
ShatteredMINT merged 13 commits from meta-documentation into main 2026-09-02 11:39:26 +02:00
Showing only changes of commit 4bce47209a - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@
This is a standard library for symphony. This is a standard library for symphony.
It is both intended as a practical toolkit to develop more complex software as well as a teaching resource. It is both intended as a practical toolkit to develop more complex software as well as a teaching resource.
If you just want to use the standard library [stdlib.asm] is your main header, include it after your code. If you just want to use the standard library [[stdlib.asm]] is your main header, include it after your code.
You'll also need to include globals.asm in the first line of your main assembly file. You'll also need to include globals.asm in the first line of your main assembly file.
If you are using it as a learning resource have a look at the [teaching folder](teaching). If you are using it as a learning resource have a look at the [teaching folder](teaching).