Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

X86 switch to 32 bit protected mode

assembly x86

How do I print SVGA Info on the screen in tasm?

assembly graphics x86 tasm vga

Is there a way to determine that SMM interrupt has occured?

x86 hardware intel

Can memcpy of array of 16-bit objects be interrupted in between

c gcc x86 thread-safety atomic

Force GCC to push arguments on the stack before calling function (using PUSH instruction)

Assemble far calls or far jumps (j* instructions)

Question about unsigned int in c [duplicate]

c x86 assembly unsigned

Generate raw binary from C code in Linux

c linux gcc x86 kernel

C allocated space size on stack for an array

c assembly x86 gdb

How does CPUID work on hybrid architectures? [duplicate]

x86 intel cpu-cores cpuid

Where to start learning assembly - IDE, examples

assembly ide x86 masm

MITE (legacy pipeline) used instead of DSB (uops cache) when jump is not quite aligned on 32 bytes

performance assembly x86 intel

ADD slower than ADC in the first step of a bigint multiply on Coffee Lake (Skylake)

Is this inline asm correct for bitcasting int as float?

What's the difference between the XOR instructions "VPXORD", "VXORPS" and "VXORPD" in Intel's AVX2

BSF Opcode is not working