First, analyze the executable from Task_01 using objdump to understand how the compiler generates assembly code. Then recreate the same functionality using x86-64 Assembly with Intel syntax.
Important
Always run git pull before commiting/pushing your solutions.
- turn-in directory:
uploads/task02/ - files to turn in:
return_42.s - compilation method:
nasm - linking method:
ld
> ./return_42
> echo $?
42