Search code examples
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
What does `b .` mean in this ASSEMBLY code?...


assemblyarmgnu-assemblerinstruction-set

Read More
GNU Assembly Printing Formatted Error Messages - macro substitution into quoted string for .print...


assemblygnu-assemblerprecompiled-headers

Read More
How to use shifter operands in GNU arm assembly syntax?...


assemblyarmgnu-assembler

Read More
How to call C functions from ARM Assembly?...


cassemblyarmgnu-assemblercortex-a8

Read More
GNU as equivalent to times X db 0...


nasmgnugnu-assembler

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


assemblycommentsgnu-assemblerattintel-syntax

Read More
GAS: Explanation of .cfi_def_cfa_offset...


assemblycallstackgnu-assemblerdwarf

Read More
How to determine which x86 memory operand width and type is used from an asm listing?...


c++assemblyx86x86-64gnu-assembler

Read More
Why LI becomes LBU opcode after MIPS assembler...


assemblymipsgnu-assemblermips32instruction-encoding

Read More
AVR instructions LDS and STS 16 bit versions with GNU assembler...


assemblyavrgnu-assembler

Read More
If-Else in assembly doesn't seem to work or I'm doing smth wrong...


if-statementassemblygnu-assembler

Read More
How to change a single bit of an address at assemble time?...


assemblygnu-assemblersuperh

Read More
Is there a way to determine buffer's length?...


x86-64gnu-assembler

Read More
Data Integrity Issue with Custom .rawdata Section in Linker Script...


gcclinkergnu-assemblerlinker-scriptsbinutils

Read More
GNU Assembler identifier concatenation inside macro...


assemblymacrosidentifiergnu-assembler

Read More
cannot find entry symbol _start when trying to link c main with assembly function...


clinuxassemblygnu-assembler

Read More
gnu arm assembler command line macro fails with "Invalid identifier for .ifdef"...


gccassemblygnu-assembler

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


assemblyx86gnu-assemblerattaddressing-mode

Read More
GNU AS ASM to bytecode dump...


assembly64-bitgnu-assembler

Read More
What is difference between .fun: and fun: in assembly language?...


assemblyraspberry-piarmgnu-assembler

Read More
Correct way to add labels for RISCV data section (so assembler can pick up)...


assemblygccriscvgnu-assembler

Read More
A variable named "offset" causes "Error: invalid use of register" to appear when...


cgccx86gnu-assemblerintel-syntax

Read More
GNU as, puts works but printf does not...


assemblyx86x86-64gnu-assemblercrt

Read More
How to handle the "relocation R_X86_64_PC32 against protected symbol" when writing shared ...


assemblyx86-64elfgnu-assemblerbinutils

Read More
Make a speaker vibrate at a defined frequency in Ubuntu Linux, with GNU Assembly...


linuxassemblygnugnu-assemblerlow-level

Read More
How to use GNU Assembler (GAS) to create a hand-written ELF File from the corresponding .s file...


assemblyx86-64ldelfgnu-assembler

Read More
GNU AS assembly cannot convert user input to a decimal...


assemblyarm64gnu-assembler

Read More
Understanding this part arm assembly code...


assemblyarmgnu-assemblercortex-m

Read More
Range of immediate values in ARMv8 A64 assembly...


assemblyarm64gnu-assemblerimmediate-operand

Read More
BackNext