From 095170b9d1a4519587a9f82aff537510799442c4 Mon Sep 17 00:00:00 2001 From: "Leo Trung (Student)" <dao2.trung@live.uwe.ac.uk@csctcloud.prxhn32zsyjupl12zde3wlfkch.cwx.internal.cloudapp.net> Date: Thu, 12 Dec 2024 21:11:04 +0000 Subject: [PATCH] Add README.md for task 4 of worksheet 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa0f98..729d53d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ In assembly, loops are implemented with a mechanism similar to that of C. Loops Conditional statements in assembly are implemented using comparison and jump instructions, like `cmp` and `jne`. This can be directly mapped to if-else statements in C. #### 2.4 Added Variables -In the program, I have added the variables `start_range` and `end_range` to define the range for summing values or performing other calculations. +In the program, I have added the variables `start_range` and `end_range` to define the range for summing values. ## Worksheet 2 -- GitLab