File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
You can clone this directory for your own projects.
4
4
5
- To add code, fill in the void main() function in main.c. You can also create your
6
- own .c and .h files and add them to the directory; the Makefile included in this
7
- template will automatically find and compile the new .c files.
5
+ To add code, fill in the void main() function in main.c. You can also create
6
+ your own .c and .h files and add them to the directory; the Makefile included in
7
+ this template will automatically find and compile the new .c files.
8
8
9
- In addition, you can also add your own .asm files, which will be detected and added
10
- appropritately to the proper segment.
9
+ In addition, you can also add your own .asm files, which will be detected and
10
+ added appropriately to the proper segment.
11
11
12
12
---
13
13
You can’t perform that action at this time.
0 commit comments