Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does C not push a pointer on the stack when calling a assembly function?

c pointers assembly x86 x86-64

Why this SSE2 program (integers) generate movaps (float)?

gcc assembly x86 sse simd

Why does first parameter in x86 assembly starts from offset 8?

assembly x86 stdcall

How are floating point numbers stored inside the CPU?

Avoiding the JMP in the JMP CALL POP technique for shellcode NASM?

x86 Assembly pushad/popad, How fast it is?

Are cache operations atomic?

emu8086 complains about "Unterminated string" with a long string in a DB

assembly x86-16 emu8086

How many memory barriers instructions does an x86 CPU have?

Why this mov gs instruction causes a fault in VMWare Workstation guest running Windows 7 OS?

Writing an assembler , need help [closed]

Weird MIPS assembler behavior with jump (and link) instruction

What segment is used by default in x86 indirect addressing?

assembly x86

How do they convert Decimal to Hexadecimal so fast (in mind)?

assembly embedded hex

Writing a Linux int 80h system-call wrapper in GNU C inline assembly [duplicate]

Writing a while loop in assembly

Good book to learn lower levels of computers [closed]

assembly computer-science

8086/88 emulator for ubuntu [closed]

assembly emulation x86-16

MIPS instruction set move vs add/addi 0 for storing values?

assembly mips

Output language/format for toy compiler