Update README.md

This commit is contained in:
Anachronaut
2024-10-26 15:38:20 -04:00
committed by GitHub
parent 8485c0e50a
commit 81b364394c
+1 -1
View File
@@ -45,7 +45,7 @@ make
./Assembler [assembly file]
```
#### Notes:
- The assembled binaries are saved with the same name as the assembly source file they're assembled from, with a .bin extension, in the same directory.
- The assembled binaries are saved with the same name as the assembly source file they're assembled from, with a .bin extension, in the same directory that you call it from.
### Additional Info:
For more information on the custom ISA and programming for SplitBit, see the Programming Manual and Assembler Manual.