From 679ee47b5eaa48b96a9b6a2066352e7fa9795339 Mon Sep 17 00:00:00 2001 From: "Hazal2.Veziroglu@live.uwe.ac.uk" <hazal2.veziroglu@live.uwe.ac.uk> Date: Wed, 4 Dec 2024 03:42:25 +0000 Subject: [PATCH] Update file README.md --- Worksheet_1/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Worksheet_1/README.md b/Worksheet_1/README.md index 13c3134..95264be 100644 --- a/Worksheet_1/README.md +++ b/Worksheet_1/README.md @@ -284,6 +284,10 @@ worksheet_1/ ├── README.md # Project documentation ├── Makefile # Automates the build process ├── Dockerfile # Configures the Linux environment +├── images/ # Directory containing screenshots for documentation +│ ├── photo1.png # Task 1 screenshot +│ ├── photo2.png # Task 2 screenshot +│ ├── photo3.png # Task 3 screenshot ├── src/ # Directory containing all source files │ ├── asm_io.asm # Provided Assembly IO code │ ├── asm_io.inc # Provided IO include file @@ -292,8 +296,12 @@ worksheet_1/ │ ├── task1.asm # Assembly code for Task 1 │ ├── task2.asm # Assembly code for Task 2 │ ├── task3.asm # Assembly code for Task 3 +├── task1 # Compiled Task 1 executable +├── task2 # Compiled Task 2 executable +├── task3 # Compiled Task 3 executable +└── *.o # Object files (task1.o, task2.o, task3.o, asm_io.o, driver.o, print_int.o) ``` ---- + ## Screenshots and Outputs To fulfill the documentation requirements, include screenshots of: -- GitLab