@@ -12,7 +12,7 @@ In this group session, you will explore how **C** code is translated into assemb
...
@@ -12,7 +12,7 @@ In this group session, you will explore how **C** code is translated into assemb
3. Find the compiler output options (the cog that says **Output...**). Untick **Intel asm syntax** as this is what we will be interpreting for the rest of the session.
3. Find the compiler output options (the cog that says **Output...**). Untick **Intel asm syntax** as this is what we will be interpreting for the rest of the session.
4. You can add multiple compilers to easily make comparisons by simply clicking on **+ Add new...** on the same bar where you found **Output...** and selecting **Compiler**. <br>
4. You can add multiple compilers to easily make comparisons by simply clicking on **+ Add new...** on the same bar where you found **Output...** and selecting **Compiler**. <br>
You will come across a lot of new abbreviations for instructions and pointers/registers. You do not need to really need to understand what each is but being able to distinguish between intructions and pointer/registers would be of help.
You will come across a lot of new abbreviations for instructions and pointers/registers. You do not really need to understand what each of them, is but being able to distinguish between intructions and pointer/registers would be of help.