Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is it safe to do two consecutive jumps in assembly?

assembly x86

Does NASM have a default target processor?

What resource_stall.other might mean

return to call after jumps in assembly

assembly call

Mac OS: ld: in section __DATA,__data reloc 0: length < 2 and X86_64_RELOC_UNSIGNED not supported

RiscV assembler - experimenting with the 'slli' command for RV32I

assembly riscv

MIPS Assembly homework. Can't seem to find the bug

assembly mips

Assembly language intro

assembly x86 masm32

Does writing a value to the BX register have an effect on the ES register?

How does CALL instruction parsed into hex?

c assembly x86

RISC-V Interrupt Handling Flow

assembly interrupt riscv irq

Why spinlock in linux kernel is in the ".subsection 1" (or ".text.lock.smth")?

Is there a bug in the nestest rom?

c assembly 6502 nes

How to use a string literal as an immediate operand (and move it to an address) in GNU assembler?

assembly x86 gnu-assembler att

Does clflush flush L1i?

What is the difference between loadu and load?

assembly x86 sse simd intrinsics