Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

x86 Assembly Why use Push/Pop instead of Mov?

assembly x86 exploit shellcode

How does UEFI boot mode boot flows?

assembly sequence boot bios uefi

What is a reasonable minimum number of assembly instructions for a small C program including setup?

c assembly compilation linker

Assembly why is "lea eax, [eax + eax*const]; shl eax, eax, const;" combined faster than "imul eax, eax, const" according to gcc -O2?

Why is this code being generated by avr-gcc and how does it work?

How to directly access a GPU?

graphics assembly cpu gpu

How to optimize a cycle?

How are global variables stored?

c++ c assembly memory global

Intel 64 and IA-32 | Atomic operations including acquire / release semantic

gcc assembly output

gcc assembly nasm

Burst Mode Definition

GNU C inline asm "m" constraint with a pointer: address vs. pointed-to value?

c assembly gcc inline-assembly

Accessing class members from inline assembly in Visual C++

Performance of modern processor

How does x86 real-mode segments overlap help memory saving?

Real Mode Assembly: Print Char to Screen without INT Instruction on Boot

assembly bootloader bios

On x86 if [mem] is not 32-bit aligned, can "lock inc [mem]" still work fine?

compiled c program memory addresses

c memory gcc assembly gdb

Why is the code adding 7 if the number is not >= 0

assembly mips

jmp FWORD PTR [eax-0x67]?

assembly x86