Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Segmentation fault when using DB (define byte) inside a function

RGBA to ABGR: Inline arm neon asm for iOS/Xcode

ios xcode assembly arm neon

Where to start learning assembly - IDE, examples

assembly ide x86 masm

Newline byte 0Ah being ignored by x86_64 system call print program

ARM-Assembly: Arithmetic Shift / Logical Shift

assembly arm shift

How do I write text in different colours in DOS?

assembly dos

MITE (legacy pipeline) used instead of DSB (uops cache) when jump is not quite aligned on 32 bytes

performance assembly x86 intel

ADD slower than ADC in the first step of a bigint multiply on Coffee Lake (Skylake)

ARM Assembly - What is happening in this code?

assembly arm

Is this inline asm correct for bitcasting int as float?

ARM assembly code and SVC numbering

assembly arm thumb

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