From 81b364394c59c00ee02282cd08d75bf82a47525a Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:38:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd4b5b..23c662c 100644 --- a/README.md +++ b/README.md @@ -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.