Posts

Showing posts from February, 2025

LAB 05 PART 2

Image
  SPO600 Lab5 64-Bit Assembly Language In this lab I am going to explore the assembler on the following platform @x86 SEVER PROVIDED CODE CODE==>

LAB 05 PART 1

Image
SPO600 Lab5 64-Bit Assembly Language In this lab I am going to explore the assembler on the following platform AArch64 part 1 REVIEW THE ASSEMBLY CODE Modify the AArch64 Loop Example STEP ONE:  I have to modify a provided code block in the aarch64 system to print loop for 6 times. RESULT Here is the Code ==>

LAB 04 - SERVER 2

Image
  "How I Built GCC From Source: A Step-by-Step Guid" PART 2 "The GNU Compiler Collection (GCC) is a powerful tool for compiling source code into executable programs. As a developer, it's essential to understand how compilers work. In this blog post, I'll walk you through my experience of building GCC from scratch, challenges I faced, and tips to optimize the process"

LAB 04 - SERVER 1

Image
"How I Built GCC From Source: A Step-by-Step Guide" "The GNU Compiler Collection (GCC) is a powerful tool for compiling source code into executable programs. As a developer, it's essential to understand how compilers work. In this blog post, I'll walk you through my experience of building GCC from scratch, challenges I faced, and tips to optimize the process"