top of page

Lab5 Working with Profilers

The first program we will be profiling calculates the 1st array by randomly generating a number for each element in the array. The second...

Lab4 Assembly Language: X86_64 intro

We will be working with assembly language and registers in this weeks lab. We were given 3 different hello world scripts written in "c"...

Lab 3 Cont. Removing -g option

Compiling gcc with the following gcc -fno-buillting -o0 -O $fileOutput When I compare the objdump files of the original to the newly...

bottom of page