Search code examples
How to show symbol with 16h BIOS...


assemblyx86keyboardnasm

Read More
x86 - Switching from 32-bit to 64-bit via RETF...


assemblyx86x86-64memory-segmentation

Read More
Unable to get correct rounding mode code for `vrndscalepd`...


assemblyfloating-pointx86-64nasmavx512

Read More
8086 - loop over array using CX as index...


arraysloopsassemblyx86-16emu8086

Read More
x86 assembly 64-bit values with 32-bit program...


assemblyx86nasm32bit-64bitendianness

Read More
What does the "tst" instruction mean if only one operand is supplied?...


assembly

Read More
Problem copying value from register to variable x86-64...


assemblyx86-64

Read More
Translate x86 opcodes into 64-bit version...


assemblyx8632bit-64bitx86-64

Read More
x86-64 and far calls / jumps...


assemblyx86x86-64memory-segmentation

Read More
In which language is Chromium OS written?...


cassemblyoperating-systemchromiumchromium-os

Read More
How to load global data to NEON registers more efficiently in Go's Assembler?...


goassemblysimdarm64neon

Read More
Calling a C function from Assembly -- switching calling convention for functions with more than 6 ar...


cassemblyx86-64nasmcalling-convention

Read More
Significant speed difference between two seemingly-equivalent methods of calculating prefix sums wit...


c++performanceassemblygcccpu-architecture

Read More
Convert C++ to MIPS assembly...


c++assemblymips

Read More
Is there a general Assembly ISA to learn? If not, which one I should learn?...


assemblyembeddedx86-1632-bitautomotive

Read More
Find the minimum element of the lower triangle...


assemblyx86inline-assembly

Read More
How do i properly save return adress in mips before using jump and link to ensure i get backto where...


assemblymipsmips32

Read More
How can I call a Windows .DLL (API) function from machine code?...


windowsassemblydllx86-64machine-code

Read More
Linux and Windows x86 assembly calling conventions...


linuxwindowsassemblyx86nasm

Read More
Make a speaker vibrate at a defined frequency in Ubuntu Linux, with GNU Assembly...


linuxassemblygnugnu-assemblerlow-level

Read More
Why is LEA (Load Effective Address) necessary?...


assemblyx86linkernasmmov

Read More
How can a CPU save its register state in a context switch?...


assemblyoperating-systemcontext-switch

Read More
What is the use of Int 13H AH=00h...


assemblyvirtualboxinterruptx86-16bios

Read More
Can't setup GDT on Multiboot (Triple fault?)...


assemblygccx86osdevmultiboot

Read More
What is the purpose of the RBP register in x86_64 assembler?...


cassemblyx86-64stack-framestack-pointer

Read More
Creating A GUI from scratch in C++ or assembly...


c++user-interfaceassemblywindowlow-level

Read More
Create a Windows 64-Bit executable with YASM assembler...


windowsassemblyx86-64nasmyasm

Read More
gdb print and examine commands give incorrect results for a float variable...


assemblygdbx86-64nasmdwarf

Read More
How can I compile x86_64 asm code on M1 Mac (ARM)...


macosassemblyx86-64cross-compilingapple-m1

Read More
Inconsistent CPUID results with different callers for some EAX values...


cassemblycpuid

Read More
BackNext