diff --git a/Worksheet_1/README.md b/Worksheet_1/README.md index 13c313419ed5a9aedd12579de56e40c75dbb30cd..95264be27189a4b7f554e1965f2fed505a74d080 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: