Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

8085 assembly instructions MOV, LDA and STA

assembly copy mov 8085

Efficient mod 3 in x86 assembly

Opposite of cache prefetch hint

Understanding C program in Assembly

c assembly x86-64

How do you disable the PC speaker beep interrupt that occurs while looping?

assembly interrupt x86-16

RISC-V NOP instruction

assembly riscv nop

Calling a static function from global inline assembly

c gcc assembly inline-assembly

How to tell gcc to not align function parameters on the stack?

What ancient, old school code do you still have kicking around?

assembly legacy-code 68000

'align' instruction on MIPS

Assembly/Linking problem with nasm and ld

How many byes is each instruction compiled to in x86 assembly?

Implementing a Mutex Lock in C

c assembly mutex

Disassembled gcc output appears to do a "call 0" instead of "call function-offset", but works correctly

assembly disassembly sparc

Difference between return from interrupt(RTI) and return from subroutine(RTS)

How to call the c library from assembly code on Linux?

c linux assembly linker

Does a C compiler compile to generic assembly?

assembly compilation

How to make cgdb show assembly code?

Assembly code/AVX instructions for multiplication of complex numbers. (GCC inline assembly)

x86 Can push/pop be less than 4 bytes? [duplicate]

memory assembly x86 stack