use precompiled standard library (not really a linker)

This commit is contained in:
slederer 2024-11-09 22:22:48 +01:00
parent 5ce5bc44b8
commit 91cb059f38
8 changed files with 105 additions and 22 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ lib/stdlib.s
tests/*.s
examples/*.s
!runtime.s
!stdlibwrap.s
*.o
*.exe
*.bin