dev: fixed assembly errors, added linker script and Makefile

Additionally created a .gitignore to avoid committing object
code and output formats
This commit is contained in:
A.M. Rowsell 2025-12-20 15:45:51 -05:00
commit f753eb9642
Signed by: amr
GPG key ID: E0879EDBDB0CA7B1
5 changed files with 372 additions and 246 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# Created by https://www.toptal.com/developers/gitignore/api/assembler
# Edit at https://www.toptal.com/developers/gitignore?templates=assembler
### Assembler ###
*.exe
*.o
*.obj
*.bc
# Output
*.hex
*.srec
*.s19
*.elf
# End of https://www.toptal.com/developers/gitignore/api/assembler