Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Trying to set up Errno using NASM

SSE Instruction to load Bytes with Zero Extension?

c assembly x86 x86-64 sse

What exactly does the granularity bit of a GDT change about addressing memory?

What is the point of atomic.Load and atomic.Store

How to do 80-bit floating point arithmetic with the Aarch64 architecture?

GNU Assembler GAS check if macro paramater is register

Check if number is in range on 8051

assembly embedded 8051

How to see assembly code in xcode 6

How can I print a number larger than 32 bits in mips assembly?

ARM AArch64 Assembly: immediate out of range

assembly arm arm64

Compiler choice of not using REP MOVSB instruction for a byte array move

how to reference local variables on the stack properly

assembly stack x86-64

Why do call and jump instruction use a displacement relative to the next instruction, not current?

Can optimizing compiler deduplicate functions with identical assembly?

c assembly optimization

GNU ld - Don't allow multiple definitions (function symbols) or at least warn when found in single archive (*.a)

How to preprocess and compile an assembly file(.s) using gcc?

gcc assembly c-preprocessor

Difference between a Byte, Word, Long and a Long Word?

memory assembly hardware

Segmentation fault when calling printf from C function called from assembly [duplicate]

a 64-bit number does not fit in the register int in x86_64 mode

c++ c gcc assembly cpu-registers