Search code examples
segmentation fault when calling ret after a jump in assembly x86_64...


linuxassemblyx86-64windows-subsystem-for-linux

Read More
Correcting the output of "Tower of Hanoi MIPS"...


assemblymipsmars-simulatortowers-of-hanoi

Read More
Wow64 subsystem and its implementation on x86_64...


assemblyx86-64privilegesmemory-segmentationwow64

Read More
CPU Switches from User mode to Kernel Mode : What exactly does it do? How does it makes this transit...


assemblyoperating-systemcpu-architecture

Read More
String at specific address with non-printable ASCII values...


cassemblyasciinon-printing-charactersbinary-bomb

Read More
I'm trying to make a game like flappy bird in x86 assembly in DOSBOX. I am stuck on a few issues...


assemblyx86-16

Read More
Array sum assembly Language code, new prompt line is moving leftward, answer is not printing and but...


arraysassemblyx86-16number-formattingemu8086

Read More
Is incrementing an int effectively atomic in specific cases?...


c++cmultithreadingassemblyatomic

Read More
What does "undefined symbol: stringread" mean?...


stringassemblyx86masmundefined-symbol

Read More
How to optimize a test to check if std::array<float, 4> contains an out of range value?...


c++assemblyoptimizationsimdintrinsics

Read More
Link Error trying to call BPX1WRT in assembler on z/OS...


assemblyzos

Read More
Apple clang -O1 not optimizing enough?...


cgccassemblyclangcompiler-optimization

Read More
Motorola 68k word storing...


assemblycpu-registersmotorolaeasy68k

Read More
Cannot specify the operands when using inline asm outside a function...


cassemblygccinline-assemblyriscv

Read More
Why does this code print different values compiled by clang and gcc?...


cassemblyx86-64calling-convention

Read More
What is the equivalent of .WORD in LC3?...


assemblylc3

Read More
reading lines in Assembly...


assemblyx86-16

Read More
Assembler that reads 3 decimal numbers L1,L2,L3 two digits mostly then indicate whether these number...


assemblydecimalx86-16emu8086triangle

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


assemblyx86x86-64gnu-assemblercrt

Read More
Does ARM frsqrts need to be used with extra fmul instructions for a Newton iteration?...


assemblyarmnewtons-methodsqrtsquare-root

Read More
AVR: Creating and understanding minimum startup code and linker scripts from scratch...


assemblystartupldavravr-gcc

Read More
How is address arithmetic handled in NASM for x86 in hardware...


assemblyx86nasmcpu-architectureaddressing-mode

Read More
Why does the disassembly of a shared object file compiled with -fPIC -shared introduces dummy addres...


clinuxassemblyx86position-independent-code

Read More
GDB: File not found/required file not found...


linuxassemblygdb

Read More
Getting the wrong value when I try and pass an argument by refference in MASM ([assembly][x86])...


assemblyreferencex86masm

Read More
How can I make branchless bounds checking?...


cperformanceassemblybranchless

Read More
RISCV branchless coding...


assemblycpu-architectureriscvbranchlessconditional-move

Read More
How to XOR on a CPU that doesn't have an XOR instruction...


assemblybit-manipulationbitwise-operatorsboolean-logicbitwise-xor

Read More
Adding 2 numbers in assembly x86...


assembly

Read More
figure out flash access AVR ATmega2560...


cassemblyarduinoavravr-gcc

Read More
BackNext