Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Relationship between compiling in x86/x64 and MSIL

compilation x86 64-bit jit cil

Why is this simple c program with gcc (clang) inline assembly exhibiting undefined behaviour?

EMMS instruction execution time?

assembly x86 mmx

How fair is a direct comparison of clock frequencies of an ARM and and x86 processor?

performance x86 arm comparison

Will memory write be visible after sending an IPI on x86?

Why the cos function in math.h faster than x86 fcos instruction

Trouble outputting a space in assembly

assembly x86 dos masm x86-16

Alter Interrupt in 16 bit Real Mode

assembly x86 16-bit real-mode

C++ mid-function hook: get register values and jump back [x86 assembly on windows]

Targeting x86 & x64 assemblies from the same VS2012 project; references

Can a hashtag '#' be used as a comment in assembly (NASM)?

assembly x86 comments

Inlining assembly in Intel Compiler- FASM?

c++ assembly x86 intel

Stack cleanup in stdcall (callee-pops) for variable arguments

Width of bus betwen cpu cache and cpu

Purpose of jmp short after port I/O in x86 assembly

assembly x86

How to get efficient floating point maximum in Rust

performance rust x86

How do I cast address of a class method to (void *)