Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to make x=2a+3b in 4 instructions limit using ONLY mov,add,sub,neg? [closed]

assembly add x86-16 mov

manipulating c variable via inline assembly [duplicate]

c assembly inline-assembly

ARM Assembly: Absolute Value Function: Are two or three lines faster?

Why some part of an os has to be written in assembly? [duplicate]

x86 Assembly Force Cache Store

c caching assembly x86

Assembly language using shl to multiply by an odd number?

assembly x86

How does the branch predictor know if it is not correct?

main and stack alignment

linux gcc assembly nasm x86-64

The KDbg is not working/launching on ubuntu

ubuntu assembly kdbg

Why does llvm and gcc use different function prologs on x86 64?

c gcc assembly llvm x86-64

Assembly multiple definition

assembly

C & low-level semaphore implementation