Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Try to understand calling process in assembly code

c assembly x86-64

Lazarus FPC refusing a 64-bit value for AND op in ASM [duplicate]

Are comparison flags cleared after a jump in assembly?

assembly x86

ARM Assembly for development board

c assembly embedded arm

MARS MIPS Simulator Execute windows won't expand

C inline asm for x86 in / out port I/O has operand-size mismatch

Calculating x*log_2(y) with x86 assembly

x86 Assembly MOV instruction - Register to Register and Memory to Memory

assembly x86 ram mov

The 2nd digit of my first number has the same value as the 1st digit of the 2nd number. I don't know why

assembly x86 tasm

x86 Assembly Memory - What does the "add" instruction do?

assembly x86 nasm

Why do I have to play with "rsp" to call a c++ function?

How to change the value of variable with gdb

c debugging assembly gcc gdb

How to print the register number with gcc-style inline assembly?

Why does the x86-64 Linux ABI pass structs by value smaller than 16 bytes in registers, instead of 8?

c linux assembly x86-64 abi

How to use plain RDTSC without using asm?

FASM - compacting "buffer db 0, 0, 0, 0, 0, 0, ..."

assembly nasm fasm

printing new lines with printf assembly

gcc assembly newline printf nasm

Is it possible to delay resolving a .weakreference in gcc-as until link time? (GCC)

c gcc assembly arm firmware

Can an ADD set both Carry and Overflow flags?