Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

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]