Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

BSF Opcode is not working

How would I increment every byte in a register? (64 Bit, Linux, NASM)

What does the x86 line "imulq $44,(%rbx), %rax" do?

assembly x86 att

Translate a FOR to assembler

c assembly x86

Unexpected GCC inline ASM behaviour (clobbered variable overwritten)

Program Counter Overflow?

FASM - If file exists - Using GetFileAttributes - INVALID_FILE_ATTRIBUTES value?

How can I access the individual elements of an array in a loop?

assembly mips

How to get a pointer to a specific executable file's section of a program from within itself? (Maybe with libelf)

c linux assembly elf

difference between .text and .data

assembly x86 nasm

Most efficient way to convert vector of float to vector of uint32?

assembly floating-point sse

Linux assembly; bss section memory initialized to 0?

linux assembly nasm

Can constant non-invariant tsc change frequency across cpu states?

Store read only data mixing assembly and C++

c++ c assembly cross-platform

Google Benchmark Frameworks DoNotOptimize

SSE2 8x8 byte-matrix transpose code twice as slow on Haswell+ then on ivy bridge

Is there any way to tell if a variable was optimized out?

Compile Assembly code that includes header files containing C-definitions