Open main menu

CDOT Wiki β

Changes

Fall 2014 SPO600 Assembly Language Presentation

135 bytes added, 01:39, 5 September 2014
no edit summary
|-
|Assembling using gas||How do you use the GNU assembler (gas) to compile an assembly-language program?||
|-
|Single-stepping with gdb||How do you execute a program one instruction at a time (single-stepping) using the GNU debugger (gdb)?||
|-
|The Mysterious XOR||x86 and x86_64 code often contains instructions that XOR a register with itself (e.g., <code>xor %eax,%eax</code>). What does this do and why is it used?||
|-
|}