Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why do I get triple fault when trying to handle an exception on 286 but not on a modern CPU nor Bochs?

Solution needed for building a static IDT and GDT at assemble/compile/link time

assembly x86 nasm ld osdev

How are BIOS interrupts deconflicted with reserved hardware interrupts?

Why does GCC emit a repeated `ret`?

c++ gcc x86 clang

How to optimise this 8-bit positional popcount using assembly?

go assembly x86 simd avx

How does an instruction decoder tell the difference between a prefix and a primary opcode?

Why can't we declare uninitialized variables in .bss section using `?` in arbitrary order?

assembly x86 nasm

Are there any advantages to compiling an assembly as x64?

.net x86 64-bit compilation

Question about ADD on ASM 8086

assembly x86 add

i386 assembly question: why do I need to meddle with the stack pointer?

assembly x86 gnu-assembler

Determining program runtimes on core i5/7 architecture

c++ windows performance x86

In Linux, on entry of a sys call, what is the value in %eax? (not orig_eax)

linux x86 system-calls

Visual Studio 2012 native C++ DLL x86 compilation

Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine' / Windows 2012 server

When are the carry flags set by x86 negation (NEG) / subtraction (SUB)?

assembly x86 carryflag eflags

Installing amd_64 or i386 packages on raspbian (arm hf)

Confusion in Memory segmentation in x86

c assembly x86

Finding missing C code, given assembly code?

c assembly x86

Why does Visual Studio assemble mov eax, [edx][ebx][ecx][edi] without complaint?

assembly x86 masm

Why does .NET Native compile loop in reverse order?