From 22662b797e793179c3d8d72e2e1ef30db48a7acd Mon Sep 17 00:00:00 2001 From: AaronDabney Date: Tue, 11 Jun 2024 21:55:29 -0700 Subject: [PATCH] file name fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb445a..957f562 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Here's how to get started: 1. **Clone this repository:** `git clone https://github.com/LaurieWired/Assembly-Algorithms.git` 2. **Pick an algorithm:** Browse the repository and choose an algorithm to sink your teeth into. -3. **Use the default code or fill in your own version:** If you want to write your own version, simply go to the `algorithm_fillable.s` file and add your own code. +3. **Use the default code or fill in your own version:** If you want to write your own version, simply go to the `fillable_algorithm.s` file and add your own code. 4. **Generate the executable:** Assemble the algorithm file and create the executable. For ARMv7, use the following: ``` arm-linux-gnueabi-as algorithm.s -o algorithm.o # Update "algorithm" to the selected algorithm name