Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does the following assembly sequence signals SIGILL?

assembly x86-64

What is the state of the registers after a function call?

c++ c assembly

How to run 16 bit code on 32 bit Linux?

linux assembly x86 qemu 16-bit

Problem with BIOS INT 13H (Read Sectors From Drive)

Code alignment in one object file is affecting the performance of a function in another object file

c assembly x86 nasm avx

Why does clang make the Quake fast inverse square root code 10x faster than with GCC? (with *(long*)float type punning)

c++ assembly gcc clang x86-64

Debug symbols in NASM (once more)

assembly gdb nasm lldb dwarf

Missing debugging information with gdb and nasm

linux gcc assembly gdb nasm

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