Search code examples
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
Why can't I assemble this single FPU instruction with GNU as?...


assemblyarmcortex-mgnu-assemblerarmv7

Read More
What are CFI directives in Gnu Assembler (GAS) used for?...


assemblycallstackgnu-assemblerstack-unwindingdebug-information

Read More
Why do forward reference ADR instructions assemble with even offsets in Thumb code?...


assemblyarmgnu-assemblerthumb

Read More
GNU as: Escape symbol names in intel_syntax...


assemblygnu-assemblerintel-syntax

Read More
Thumb Assembler Interrupt in custom SRAM section...


gccarmcortex-mgnu-assemblerlpc

Read More
How to use TBB instruction (Cortex-M3) with gnu assembler?...


armgnu-assemblercortex-marmasm

Read More
How does the arm-none-eabi-as choose section alignment?...


assemblyarmmemory-alignmentgnu-assemblerthumb

Read More
How to translate from nasm to gas this code?...


assemblynasmgnu-assembler

Read More
GAS x86 16-bit assembler does not resolve addresses...


assemblylinkerx86-16bootloadergnu-assembler

Read More
How to replace the value of symbol in x86 assembly using gnu asembler macro? Compose register names ...


assemblyx86macrosx86-64gnu-assembler

Read More
Writing assembly code using avr-gcc...


gccembeddedarduinoavrgnu-assembler

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
Consuming the output of `llc` with an assembler...


assemblyllvmavrgnu-assemblerroundtrip

Read More
Is there a way to use NASM syntax for inline assembly?...


rustnasminline-assemblygnu-assembler

Read More
equivalent of NASM's "dd" in Gnu Assembler...


assemblynasmgnu-assembler

Read More
How to correctly use the "write" syscall on MacOS to print to stdout?...


macosassemblyx86-64system-callsgnu-assembler

Read More
why does mov %ax, %ds assemble+disassemble as mov %eax,%ds, inconsistent with the original?...


assemblyx86gnu-assemblerobjdumpmemory-segmentation

Read More
BackNext