Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What does RISC-V do on PC overflow?

How to convert IA32 'cmp' instruction to Y86?

assembly x86 cmp y86

Why doesn't the Windows C compiler reuse incoming shadow space in noreturn functions?

ARM Assembler NEON - Increasing performance

Difference between String and Array in assembly language

AVR sbi command - Error: number must be positive and less than 32

assembly avr avr-gcc

Why bootloaders for x86 use 16bit code first?

Why does linkage affect whether relocations are needed for relative jumps in the same section?

c assembly linker x86-64 elf

Question regarding disassembly output

assembly sparc

Segfault when trying to use external functions in assembly [duplicate]

What does "-0x1(%edx,%ecx,1)" mean in objdump output?

assembly objdump

Why do I get another result?

assembly dos x86-16

ld: Undefined symbols for architecture x86_64

macos assembly x86-64 nasm ld

Avoiding cache pollution while loading a stream of numbers

Interchange 2 variables in C++ with asm code

c++ assembly

How to specify execution time of x86 and PowerPC instructions?

assembly x86 powerpc

How to get NASM to encode `push` with a sign-extended 16-bit immediate?

How to use inline assembly in C++ to set the Trap flag [duplicate]