Search code examples
What do parentheses surrounding a register mean?...

assemblyx86cpu-registersattaddressing-mode

Read More
Linux x86-64 command line parameters in Assembly from _start (not main)...

linuxassemblycommand-linex86-64att

Read More
Should the box at the bottom be %rax instead of %rbx in Fig 6-1 of Jonathan Barlett's book?...

assemblyx86-64gnu-assembleratt

Read More
Understanding disassembler: See how many bytes are used for add...

assemblyx86-64disassemblyattmachine-code

Read More
Intel Vs. AT&T syntax when addressing xmm and floating instruction...

assemblyx86attintel-syntax

Read More
Commenting syntax for x86 AT&T syntax assembly...

assemblycommentsgnu-assemblerattintel-syntax

Read More
Subtraction producing a negative number in assembly - what is the hex value?...

assemblyhexx86-64atttwos-complement

Read More
What does JS do in Assembly x86?...

assemblyx86att

Read More
How to use AdMob on an iOS App without the ATT prompt?...

iosadmobprivacyattios-privacy-settings

Read More
What does `var@GOTPCREL(%rip)` mean?...

assemblyx86-64dynamic-linkingattgot

Read More
What does the bracket in `movl (%eax), %eax` mean?...

assemblyx86gnu-assemblerattaddressing-mode

Read More
Breakpoints for assembly code in VSCode with GDB...

visual-studio-codeassemblygdbx86-64att

Read More
What does JL mean in at&t syntax?...

assemblyx86att

Read More
google compute engine tool gcloud is exceptionally slow...

google-compute-enginegoogle-cloud-platformattgcloud

Read More
Division in x86 Assembly GAS...

assemblyx86att

Read More
What was the original reason for the design of AT&T assembly syntax?...

assemblyx86intelatt

Read More
What cmpl $0x1, -0x18(ebp)?...

assemblyx86att

Read More
Unsure about cmp/jg behavior in AT&T syntax...

assemblyconditional-statementsx86att

Read More
Iterating through string stored in register in assembly x86 (asm)...

assemblyx86x86-64att

Read More
How to use ".ifnb" in Gnu Assembly? And how to accept a blank value as an argument for a &...

assemblymacrosx86-64gnuatt

Read More
Confusion about addressing modes - how does a register by itself outside () work as an ADDRESS_OR_OF...

assemblyx86terminologyattaddressing-mode

Read More
Pointer Deferencing in x86 Assembly Code...

cpointersassemblyx86att

Read More
Merging sorted arrays: I can't compare values from arrays...

arraysassemblymergex86-64att

Read More
Why are %rbp and %rax invalid operands for movl?...

cx86-64inline-assemblyattmov

Read More
movq (%rsp), %rsp assembly stack pointer load?...

assemblyx86-64callstackattstack-pointer

Read More
assembly store text into an external file...

linuxassemblyx86-64att

Read More
imulw from memory, but into a larger register – in one command?...

assemblyx86-64att

Read More
Why do I get a strangely long opcode when attempting a RIP-relative direct jump with `*...(%rip)` in...

assemblyx86-64inline-assemblyattgnu-assembler

Read More
Is a .byte array the same as declaring an .asciz string literal?...

arraysassemblyatt

Read More
test $x,%dil vs. test $x,%edi...

assemblyoptimizationx86-64attmicro-optimization

Read More
BackNext