Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

In this compiler output, why does func(int) use its first arg as a pointer, zeroing 24 bytes of pointed-to memory? The arg isn't a pointer

LC3 Machine language

assembly machine-code

Necessity of J vs. JAL (and JR vs. JALR) in MIPS assembly

How can I best pass a Global Offset Table (GOT) for my language on x86?

assembly x86 elf

Mingw32 Assembler error at @function

c linux gcc assembly mingw32

Bubble Sorting using MIPS

assembly mips mips32

Display system time using int 21h, 2Ch

assembly masm x86-16 dosbox

Timing code on Intel CPUs using "core clock cycles"?

Equivalent of PEXT instruction on ARM

Is there a list of unused binary opcodes for X86_64 (amd64)

Why are all IMUL µOPs dispatched to Port 1 only (on Haswell), even when multiple IMULs are executed in parallel?

ARM - Domain Access Control Register

assembly arm startup

how to find cpu cache size for a x86 processor

caching assembly x86

Short-form to get string length in assembly

assembly x86 gnu-assembler

gcc compiling .c with .s file - .bss confusion (bug?)

c linux gcc assembly x86

Unexpected ouput when trying to find minimum value in an array using x86 assembly

assembly x86

Porting MASM5 code in Quake 2 to GAS -- Unexpected rendering results

How to open a txt file [EMU8086/Assembly]

assembly x86-16 dos emu8086