fix path to stdlib.asm

This commit is contained in:
2026-09-03 20:40:37 +02:00
parent 0ad8cf639c
commit 560855f6ac
+1 -2
View File
@@ -3,8 +3,7 @@
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.
If you just want to use the standard library [[stdlib.asm]] is your main header, include it after your code.
You also need to include [[globals.asm]] as the first line in your assembly file.
If you just want to use the standard library [[src/stdlib.asm]] is your main header, include it after your code.
If you are using it as a learning resource have a look at the [teaching folder](teaching).