Search code examples
Why I get "invalid instruction operands" on line 41? MASM 32...


assemblyx86masm

Read More
C++ file doesn't recognize function defined in assembly file...


c++assemblyg++nasm

Read More
Why same lgdt opCode display difference on objdump and bochs...


assemblyx86objdumpbochs

Read More
Where is the x86-64 System V ABI documented?...


linuxassemblyx86-64calling-conventionabi

Read More
an 8085 assembly language program to find the factorial of a number...


assemblyfactorial8085

Read More
I failed in switching the cpu from real-mode to protected-mode...


assemblyprotected-modembrreal-modegdt

Read More
Round floating-point numbers in NASM...


assemblyfloating-pointx86-64nasm

Read More
How to calculate the logarithm of a number in MASM 32...


assemblyx86logarithmmasm32fpu

Read More
Understanding ESP8266 Assembly Errors in Arduino IDE on upgrade from Boards Package v2.x to 3.x...


assemblycompiler-errorsarduinoesp8266arduino-esp8266

Read More
How can I run this assembly code on OS X?...


macosgccassemblynasm

Read More
How does kernel_thread_helper pass parameters to kernel thread function using inline assembly?...


assemblylinux-kernelx86calling-convention

Read More
Calculating Base Address of a Segment (Intel 8086)...


assemblyx86-16memory-segmentation

Read More
Does GDB shows wrong data when run over an compiler optimized binary image?...


cdebuggingassemblygdbcallstack

Read More
Comparing numbers as strings of ASCII chars not working correctly in NASM...


assemblyx86asciinasm

Read More
Popping from stack base...


assemblynasmx86-16stack-memory

Read More
Why do I need to use [ ] (square brackets) when moving data from register to memory, but not when ot...


linuxassemblyx86nasm

Read More
Do programming language compilers first translate to assembly or directly to machine code?...


assemblygcccompilationcompiler-construction

Read More
Must CPU have an accumulator?...


performanceassemblycpucpu-architecturecpu-registers

Read More
Why does pop take a parameter in assembly?...


assemblyx86stackargumentscallstack

Read More
Should we store long strings on stack in assembly?...


stringassemblyx86nasmstack-memory

Read More
Is uops.info wrong about vinserti128?...


assemblyx86cpu-architecturesimdavx2

Read More
x86 assembly: Having hard time finding a good and short algorithm which can encrypt and decrypt hex ...


assemblyencryptionx86x86-16emu8086

Read More
Fastest way to take the average of two signed integers in x86 assembly?...


assemblyoptimizationx86averagemicro-optimization

Read More
How to call printf() using NASM assembly on godbolt.org?...


assemblynasmcompiler-explorergodbolt

Read More
Is there any difference between overflow and implicit conversion, whether technical or bit level (cp...


c++assemblylanguage-lawyerimplicit-conversioninteger-overflow

Read More
Size of store buffers on Intel hardware? What exactly is a store buffer?...


performanceassemblyx86intelcpu-architecture

Read More
Why in x86-64 the virtual address are 4 bits shorter than physical (48 bits vs. 52 long)?...


assemblyx86-64memory-addressvirtual-memorymmu

Read More
In C When `x=9;` compiled does the lvalue on the left hand side of the `=` replaced with address of ...


cassemblycompilationlinker

Read More
Does RCX need be be preserved for X64 Fastcall Leaf Functions?...


assemblyx86-64masmcpu-registerscalling-convention

Read More
How can I fix my VBE implementation for my OS?...


cassemblyx86osdevvesa

Read More
BackNext