Search code examples
Accessing an array in emu8086...


arraysassemblyelementx86-16emu8086

Read More
Why does gcc pass char type in 8 byte format to function assembly...


cassemblygccx86-64calling-convention

Read More
What does the function insl do in Os Dev's PCI IDE tutorial?...


cassemblyx86osdevata

Read More
Initialize serial port with x86 assembly...


assemblyserial-portnasmx86-16bios

Read More
Should values always be popped off the x87 FPU stack?...


assemblyx86intelreal-modex87

Read More
GDB Continues Execution Unexpectedly After Linked Branch (ARM Assembly)...


assemblyarmgdbgnu-arm

Read More
Define inline bytes to register in NASM; put db string in .data and get a pointer to it all with one...


assemblyx86macrosbytenasm

Read More
Where is the "%d\n" format string stored and how does GCC pass it to printf on x86-64?...


assemblyx86-64calling-convention

Read More
How do I get the parameters passed in to an assembler program running in the UNIX System Services en...


assemblyzos

Read More
Decompiling an ARM asm back to C...


cassemblyarmdecompiler

Read More
How to set boundary for moving something around the screen when user presses keys, in assembly?...


animationassemblyx86-16

Read More
Get value from RDPMC using Go...


goassembly

Read More
Segmentation fault when using DB (define byte) inside a function...


assemblyx86-64nasmmachine-code

Read More
Can't open file when debugging x86 NASM program with GDB...


assemblyx86gdbnasm

Read More
Why the number of x86 int registers is 8?...


assemblyx86x86-64cpu-architecturecpu-registers

Read More
Clarify subsections of 32-bit registers x86...


assemblyx86stackcpu-registers

Read More
gcc using `lea` instead of `add`...


assemblygccx86-64additioncpu-architecture

Read More
Test whether a register is zero with CMP reg,0 vs OR reg,reg?...


assemblyoptimizationx86micro-optimization

Read More
Why do we need one jump after changing `PG` with `mov CR0, ...` when using non-completely serializin...


assemblyx86pagingvirtual-memoryosdev

Read More
How to access PCIe configuration space? (ECAM)...


assemblyintelpcipci-ebase-address

Read More
Argument order to std::min changes compiler output for floating-point...


androidc++assemblyx86floating-point

Read More
Is there a cheaper serializing instruction than cpuid?...


assemblyx86intelcpu-cacherdtsc

Read More
C program compiled with gcc -msse2 contains AVX1 instructions...


cassemblygccheader-filesintrinsics

Read More
Sending 16 bit data in assembly x86 using serial ports...


assemblyx86

Read More
How do I get the device path of the current running image in UEFI?...


assemblyx86-64nasmuefi

Read More
Assembly x86, mov $constant, %register...


assemblyx86

Read More
Unexpected Output While std::cout float32 data twice, which previously swapped by _mm_shuffle_pi16...


c++assemblysseieee-754mmx

Read More
Can't pass parameters to function in assembly x86...


functionassemblyparametersx86nasm

Read More
x86 Assembly subroutines - understanding how to return local var struct using only 1 register...


cassemblyx86x86-64calling-convention

Read More
Implementing a task deletion function in Assembly x86 tasm...


assemblyfile-iox86file-handlingtasm

Read More
BackNext