Search code examples
How exactly does the callstack work?...


assemblycpucallstacklow-levelcalling-convention

Read More
How to simulate pcmpgtq on sse2?...


assemblyssesimdsse2sse4

Read More
What is the most efficient way to do unsigned 64 bit comparison on SSE2?...


assemblyssesimdsse2

Read More
arm cortex-a53 switch from el3 secure to el1 non-secure problem...


assemblyarmboottrustzone

Read More
Why are the debugger and the code contradicting?...


debuggingassemblymotorola-6809

Read More
Understanding LW in MIPS...


assemblymipscpu-architecture

Read More
What does lw and bne in this situation mean?...


assemblymips

Read More
How to resolve EXC_BAD_ACCESS(code=2) when access to mmap allocated excutable page? on Apple silicon...


cmacosassemblycodesignapple-silicon

Read More
Call a function twice with Assembly and C++...


c++memoryassemblyhookinline-assembly

Read More
Assembly addition program...


assemblyx86

Read More
Is it possible to multiply by an immediate with mul in x86 Assembly?...


assemblyx86dosmultiplicationimmediate-operand

Read More
NASM x86 using of nonexisting segment register 7...


assemblyx86nasm

Read More
What is the meaning of DATA SEGMENT USE16 PARA PUBLIC 'DATA' when defining a data segment?...


assembly

Read More
How can I modify the stack with nasm, x86_64, linux functions (using `ret` keyword)?...


linuxassemblyx86-64nasmstack-memory

Read More
Show current assembly instruction in GDB...


assemblygdb

Read More
How can x86 bsr/bsf have fixed latency, not data dependent? Doesn't it loop over bits like the p...


performanceassemblyx86intelcpu-architecture

Read More
Bx register is always equal 1 after interapt int 33h in assembly 8086...


assembly

Read More
Triple fault when jumping to long mode x86_64...


assemblysegmentation-faultx86-64osdevgdt

Read More
Why does MASM return an error when using the XACQUIRE and XRELEASE prefixes?...


assemblymasm

Read More
Making a Celsius-to-Fahrenheit converter in PicoBlaze assembly work with a wider range of possible i...


assemblyinteger-overflowpicoblaze

Read More
How to implement Unreal mode with NASM (DOS)?...


assemblynasmx86-16dos

Read More
NASM says "Invalid combination of opcode and operands" for MUL with two operands...


assemblyx86nasmopcodeoperands

Read More
What does `var@GOTPCREL(%rip)` mean?...


assemblyx86-64dynamic-linkingattgot

Read More
Illegal Instruction Error on AArch64 Linux Using AsmJit for a quite Simple C++ Code...


c++assemblyarm64asmjit

Read More
Playing sound with the PC Speaker in x86 Assembly...


assemblyaudiox86operating-system

Read More
Creating a NASM assembly char * array to be used in syscall 59...


arraysassemblynasm

Read More
x64 REX prefix for 16bit registers...


assemblyx86-64intel

Read More
How to use stack in arm64 assembly...


linuxubuntuassemblyarm64

Read More
Reading integers > 9 in x86 assembly...


assemblyx86dosreal-mode

Read More
How to determine which x86 memory operand width and type is used from an asm listing?...


c++assemblyx86x86-64gnu-assembler

Read More
BackNext