Skip to content
Snippets Groups Projects
Commit 4ddf549f authored by Hilde.Jordal's avatar Hilde.Jordal
Browse files

typo

parent 515d8d65
No related branches found
No related tags found
No related merge requests found
...@@ -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.
## Compiler Tasks ## Compiler Tasks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment