Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to print argv[0] in NASM?

macos assembly nasm argv

Table with addresses or registers, assembler x86

assembly x86 intel-syntax

Merge bit sequences a and b according to a mask

(VC++) Runtime Check for Uninitialized Variables: How is the test Implemented?

Getting the address of the end of a buffer instead of its beginning

c assembly buffer x86-64

How can I write this code more efficient?

assembly x86-16 simplify

ARM assembly. Is it safe to use r13 (stack pointer) as a general purpose register?

QEMU doesn't reboot my OS after resetting via the 8042 PS/2 controller

Why we cant compare (bne-beq) a register with an immediate (Assembly-MIPS)?

assembly mips

Can't understand assembly mov instruction between register and a variable

string assembly x86 nasm

Questions re: assembly generated from my C++ by gcc

c++ linux assembly x86

Why are this many bytes written to the standard output device?

Reading characters from command prompt and using them for path-name in 8086 assembly

gcc stack optimization?

c gcc assembly x86 disassembly

Does clwb take care of the write in store buffer?

How do i write and execute FASM code in VS Code

assembly vs-code fasm

Why does static_cast conversion speed up an un-optimized build of my integer division function?

Performance differ significantly when inner loop iterates less times?

How does Rust call a &dyn Fn?

In assembly, should branchless code use complementary CMOVs?