Search code examples
How can I mitigate the impact of the Intel jcc erratum on gcc?...


gccx86intelgnu-assemblercompiler-flags

Read More
.4byte assembly directive usage...


assemblygnu-assemblerpowerpc

Read More
Correct LDR Rd,=constant_expression usage in GCC / GAS?...


assemblygccarmgnu-assembler

Read More
gnu GAS use stdio.h in asm and compile 32 bit on 64 bit host...


assemblyx86c-preprocessor32bit-64bitgnu-assembler

Read More
Why is GNU as syntax different between x86 and ARM?...


assemblyarmgnu-assembleratt

Read More
scanf a string and print strlen in assembly gas 64-bit...


stringassemblyscanfx86-64gnu-assembler

Read More
.S assembly code Macro to apply another macro to multiple registers in .S...


assemblygccgnu-assembler

Read More
ARM inline assembly: Move function address to register...


assemblygccinline-assemblyarm64gnu-assembler

Read More
When are GAS ELF the directives .type, .thumb, .size and .section needed?...


assemblyarmelfgnu-assemblerthumb

Read More
Why would I use NASM over GNU Assembler (GAS)?...


assemblynasmgnugnu-assembler

Read More
assembly weak symbol not working as (I) expected...


assemblyriscvgnu-assemblerweakriscv32

Read More
How do I create a macro with conditional assembly...


assemblymacrosgnuriscvgnu-assembler

Read More
CMP instruction behaving weirdly if operand is over 127?...


assemblyx86-16bootloadergnu-assemblermachine-code

Read More
What's the difference between the .asciz and the .string assembler directives?...


gccassemblyx86directivegnu-assembler

Read More
Error: operand type mismatch for `add' immediate value GNU Assembler intel syntax...


assemblyx86-64gnu-assemblerinstruction-set

Read More
GNU Assembler .print expression instead of string...


assemblymacrosgnu-assemblerpreprocessor-directive

Read More
GNU Assembler GAS check if macro paramater is register...


assemblymacrosgnugnu-assembler

Read More
declare mutable string with varying size dynamically...


stringassemblymacrosdynamic-memory-allocationgnu-assembler

Read More
What is the difference between quad operators and long operators...


assemblyx86-64gnu-assembleratt

Read More
How to reference the value of data section in macro?...


assemblyx86attgnu-assembler

Read More
Stack address size on 80486, using gcc...


assemblygccx86attgnu-assembler

Read More
Does GCC optimize assembly source file?...


cassemblygcccompiler-optimizationgnu-assembler

Read More
GNU GASM (x86_32) Preserving register value across functions (jmp)...


x86gnu-assembler

Read More
What is .zero in GNU gas?...


assemblygnu-assembler

Read More
Show macro expansions in GNU Assembler - AS - listing. Preprocess only?...


assemblymacrospreprocessorgnu-assembler

Read More
How should I correctly learn GNU assembly?...


assemblyattgnu-assembler

Read More
How to use RIP Relative Addressing in a 64-bit assembly program?...


assemblyx86-64gnu-assembleraddressing-moderelative-addressing

Read More
Array addressing in AT&T GAS assembly. Register offset from RIP doesn't work...


assemblyx86-64attgnu-assembleraddressing-mode

Read More
How to assemble for MIPS cpu in the gnu assembler...


assemblymipsgnugnu-assembler

Read More
why sometimes use offset flat:label and sometimes not...


assemblyx86gnu-assemblerintel-syntax

Read More
BackNext