Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

In modern Linux x86-64 is it safe for userspace to overwrite the GS register?

Would an Instruction Set Architecture benefit from both an ADC and SBC, or could all carry instructions repeat the previous type?

The meaning of brackets around register in PTX assembly loads/stores

assembly cuda nvidia ptx triton

Where is the offset of the Y register from the call/stack frame in avr-gcc coming from?

Benchmarking a bunch of continuous nop instructions

Understanding the behavior of $ Location Counter - var1 DWORD $ assembles to start of data section in MASM, not start of line

Why is program counter incremented by 1 if memory organised as word and by 2 in case of bytes?

Is 0x0000:0x7000 a unsafe address to load your kernel? Or is it just qemu annoying me

Is there a subset of assembler language which is platform-independent?

c assembly inline-assembly

how can 2 assembly programs use the same register

assembly cpu-registers

How can I resolve RISC-V assembly pseudo instructions to true RISC-V instructions?

assembly riscv instructions

Getting the PC value in ARM assembly

windows-mobile assembly arm

undefined reference to `_GLOBAL_OFFSET_TABLE_' in gcc 32-bit code for a trivial function, freestanding OS

c gcc assembly osdev got

What does the assembly instruction trap do?

assembly basic nios

68000 Assembly – Build a String from Characters *not* Present in Another & Return Its Length (stack-passed params)

Why prefer NOPs to unconditional jumps?

Is it valid for the Stack Pointer and Frame pointer to point to the same address in ARM 64?

ARM, GNU assembler: how to pass "array" arguments to execve()?

gdb without gcc

linux assembly gdb

INT vs CALL on Asm instructions

assembly x86 nasm