New posts in assembly

Is a sign or zero extension required when adding a 32bit offset to a pointer for the x86-64 ABI?

What does multicore assembly language look like?

What registers to save in the ARM C calling convention?

How to run a program without an operating system?

Custom bootloader booted via USB drive produces incorrect output on some computers

Can modern x86 hardware not store a single byte to memory?

Is performance reduced when executing loops whose uop count is not a multiple of processor width?

Why does Java switch on contiguous ints appear to run faster with added cases?

Confusing brackets in MASM32

Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?

How to represent hex value such as FFFFFFBB in x86 assembly programming?

How can I multiply and divide using only bit shifting and adding?

What is IACA and how do I use it?

How to see JIT-compiled code in JVM?

Can't call C standard library function on 64-bit Linux from assembly (yasm) code

Which 2's complement integer operations can be used without zeroing high bits in the inputs, if only the low part of the result is wanted?

Adding a redundant assignment speeds up code when compiled without optimization

Why in x86-64 the virtual address are 4 bits shorter than physical (48 bits vs. 52 long)?

Is it safe to read past the end of a buffer within the same page on x86 and x64?

How to load and store word from/to address that index is in a register, MIPS