forked from TCShenanigans/symphony_stdlib
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c83269fcf7 | ||
|
|
6bf0c0a4fc | ||
|
|
697445feec | ||
|
|
7c49c5212e | ||
|
|
6ff1a43c32 |
@@ -3,7 +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.
|
||||
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).
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# Examples
|
||||
|
||||
Examples of how to use the standard library to accomplish a task.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Tests
|
||||
|
||||
Tests for the standard library go here, tests are allowed to depend on the recommended spec.isa changes.
|
||||
Reference in New Issue
Block a user