Search code examples
C Assembly : Return value from %eax beyond jump instruction error: expected ‘)’ before ‘:’ token...


cassemblyx86inline-assembly

Read More
Why are loops always compiled into "do...while" style (tail jump)?...


performanceloopsassemblyoptimizationmicro-optimization

Read More
What are the meanings of callq command parameters?...


linuxassemblyx86-64disassemblyobject-files

Read More
Shorter x86 call instruction...


assemblyx86callmicro-optimizationmachine-code

Read More
C Macro - how to get an integer value into a string literal...


cgccassemblyc-preprocessoravr

Read More
Find Two-byte Illegal Opcodes for x86-64...


c++cassemblyx86-64

Read More
What is this "Myriad sequences"? (What li gets expanded to?)...


assemblyriscv

Read More
How does popa and pusha actually works?...


assemblyx86-64nasmqemu

Read More
Load byte value from a DB variable into 16-bit register (sign or zero extend a byte)...


assemblymasmx86-16dosdosbox

Read More
SASM program parameters to debugger...


linuxassemblyparameters

Read More
What does "aligning the stack" mean in assembly?...


assemblyx86-64memory-alignmentcalling-conventionstack-pointer

Read More
What is wrong with my assembly code for displaying data onto LCD using 'check busy' flag...


assemblypicmicrochiplcd

Read More
Responsibility of stack alignment in 32-bit x86 assembly...


linuxgccassemblyx86memory-alignment

Read More
Assembly- push'd register RAX is not the same when I pop it off the stack?...


assemblystackx86-64nasmcpu-registers

Read More
Using GCC to produce readable assembly?...


cgccassembly

Read More
How can I compile all assembly files in a directory and its subdirectories using Makefile?...


assemblymakefile

Read More
Is microcode and machine code the same thing?...


assemblycontrolleravrmachine-code

Read More
Error in assembly x86: Access violation writing location 0x0081D45C...


assemblyx86

Read More
RISC V assembly alignment errors...


assemblymemory-alignmentriscv

Read More
Why cannot my program reach integer addition instruction throughput bound?...


cassemblyoptimizationcpu-architecturemicrobenchmark

Read More
The function of this piece of code in the assembly...


assemblyavrseven-segment-display

Read More
How to input from a user multi digit number in assembly?...


assemblydosx86-16

Read More
How to enable the Arm Pointer Authentication Code (PAC) on macOS?...


assemblyarm

Read More
Error while trying to compile nasm object code with gcc...


assemblygcccompiler-errorsx86-64nasm

Read More
MinGW: Linking with -nostdlib produces invalid executable...


assemblygcclinkermingwld

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


linuxassemblyx86-64att

Read More
how does storing into and loading from memory work; which addresses are affected when you store a 32...


assemblymemoryarmcpu-architecturememory-address

Read More
SIMD-within-a-register version of min/max...


cassemblybit-manipulationarm64swar

Read More
Assembly word is substring of a string problem...


stringassemblyx86-16tasmdosbox

Read More
MSP430 opcode table...


assemblymsp430opcode

Read More
BackNext