Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How is the x86 JAE instruction related to the carry flag?

assembly x86

Why should EDX be 0 before using the DIV instruction?

How can I access system time using NASM?

linux assembly time x86 nasm

80x86 16-bit asm: lea cx, [cx*8+cx] causes error on NASM (compiling .com file)

assembly x86 nasm 16-bit

How to handle keyboard in real mode through BIOS interrupts?

How does the JE instruction work without CMP?

assembly x86 x86-64

Declaring Arrays In x86 Assembly

arrays assembly x86 nasm att

What does the declaration“extern struct cpu *cpu asm("%gs:0");” mean?

gcc x86 inline-assembly xv6

How to implement sign function with SSE3?

Difference between MOV r/m8,r8 and MOV r8,r/m8

Does it matter which registers you use when writing assembly?

Why does IA-32 have a non-intuitive caller and callee register saving convention?

sub eax,0 - does it do anything?

Building FreeRTOS for x86

Is building for win32 the same as x86 in Visual Studio?

Where does dmidecode get the SMBIOS table?

linux x86 bios

Why does a std::atomic store with sequential consistency use XCHG?

How do I determine the number of x86 machine instructions executed in a C program?

Why is gcc using jmp to call a function in the optimized version

c linux gcc x86

Is it possible to detect the CPU architecture from machine code?

assembly x86 arm x86-64