Search code examples
Meaning of "ds:" in assembly language...


assemblyx86memory-segmentation

Read More
What makes the calling convention different?...


c++assemblycalling-conventionabi

Read More
Why can a T* be passed in register, but a unique_ptr<T> cannot?...


c++assemblyunique-ptrcalling-conventionabi

Read More
What is the function of the additional coprocessor register of the MRC command?...


assemblyarm

Read More
How to multiply by 2^n in assembly with software floating-point?...


assemblyx86floating-pointieee-754exponent

Read More
Grab a value from a register and put it into a C variable in C with the asm keyword for arm64 macOS ...


cassemblyclanginline-assemblyarm64

Read More
Windows Loader operation on DLLs...


windowsassemblydlllinkerportable-executable

Read More
Arithmetic shift-right integers with half rounding toward zero...


algorithmassemblybit-manipulationbit-shiftinteger-arithmetic

Read More
How to enable alignment exceptions for my process on x64?...


windowsassemblyx86-64memory-alignment

Read More
Debug code regarding parsing a string character by character in NASM assembly for IA32...


linuxdebuggingassemblyx86nasm

Read More
What is the intended or correct way to handle interrupts and use the WFI RISC-V CPU instruction?...


assemblyinterruptriscvriscv32

Read More
How to get input and display it without int 21h...


assemblyoperating-system

Read More
Is it safe to use the stack below esp?...


assemblyx86stack-memory

Read More
Possible Delphi Win64 Debugger Bug: Volatile registers (RCX/RDX) truncated to 32-bit after breakpoin...


windowsdebuggingdelphiassemblyx86-64

Read More
How to replace NASM -f bin nobits section when using -f obj with WarpLink...


assemblylinkernasmx86-16dos

Read More
the octal representations of bytes range from 000 to 377?...


javascriptphpassemblyoctal

Read More
Exception thrown / Exception unhandled in Visual Studio 2019...


exceptionassemblyx86visual-studio-2019masm

Read More
Interleave bits efficiently...


c++algorithmmathassemblybit-manipulation

Read More
Do FMA (fused multiply-add) instructions always produce the same result as a mul then add instructio...


assemblyfloating-pointx86fma

Read More
How can I make a delay in assembly for AVR microcontrollers?...


assemblydelaymicrocontrolleravr

Read More
I have issues jumping to my kernel in my bootloader...


assemblyx86-16bootloader

Read More
Why does clang zero "eax" before calling a function with unspecified parameters, but gcc d...


cassemblygccx86-64abi

Read More
AVX three operands for sqrt?...


assemblyx86simdinstructionsavx

Read More
Instruction fetch stage...


assemblycomputer-sciencecpu-architecture

Read More
Why does .NET Native compile loop in reverse order?...


c#assemblyx86micro-optimization.net-native

Read More
The Far-Jump in my 32-bit DOS is not working, Why?...


assemblyx86kernelbootloader16-bit

Read More
Why my debug msg is not printed on my Kernel Screen?...


assemblyx86stackbootreal-mode

Read More
AVR assembly language and label*2...


assemblyavravr-gcc

Read More
Explain the Z register and these instructions which load it with a shifted address for LPM?...


assemblyavrcpu-registers

Read More
Any alternative of Turbo Assembler on 64 bit OS?...


windowsassemblyx86-64x86-16tasm

Read More
BackNext