Search code examples
Assembly code fail when I add a jump before rept...


assemblybootloadergnu-assembler

Read More
In the RISC V Assembler, what does the ".weak" assembler directive do?...


assemblyriscvgnu-assemblermpu

Read More
Can I somehow tell GAS to change direction of operands?...


assemblyx86gnu-assemblermachine-codeinstruction-encoding

Read More
Local variable in .c file overwrites memory address previously aquired in ARM GNU assembly file...


assemblyarmstm32gnu-assemblerstm32cubeide

Read More
Trying to build golang package ending up with GCC compilation segfault on as --gdwarf-5...


linuxgogccgnu-assemblerubuntu-24.04

Read More
Is it possible to undo the effect of the .req directive in ARM GNU Assembly?...


assemblyarmstm32gnu-assemblerstm32cubeide

Read More
GAS creates a PLT relocation entry for call to an extern symbol?...


assemblylinkerx86-64gnu-assemblerrelocation

Read More
GNU as recursive/loop macro expected output...


assemblymacrosriscvgnu-assembler

Read More
What does 0x4 do in "movl $0x2d, 0x4(%esp)"?...


assemblyx86gnu-assemblerattaddressing-mode

Read More
What does this mean: .size _start, . - _start in assembler?...


assemblyarmgnu-assembler

Read More
Is it possible to create threads without system calls in Linux x86 GAS assembly?...


linuxmultithreadingassemblygnu-assembler

Read More
How to address ".text+XXX: 'naked' return found in RETHUNK build" in assembly part...


linux-kernellinux-device-drivergnu-assembler

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
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
BackNext