Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly Compared With C code

c assembly x86 att

"spim: (parser) syntax error on line [...]" where i used the label .byte

assembly gnu-assembler att

How to print strings in assembly language

assembly nasm qemu

Why global variables are stored in .data rather than in the heap of a process image?

c assembly heap-memory

Place .text section at the very end of ELF

linux gcc assembly ld elf

What would cause a disk read error in Int 13h?

Understanding the auipc+jalr sequence used for function calls

assembly riscv

Assembly instructions to switch the CPU to user mode and to kernel mode?

C optimization: Why does the compiler treat an object not as constant?

Modified C64 PRG BASIC header?

assembly basic 6502 c64

Simple polymorphic engine

linux assembly virus

objdump of a .so file? need help to understand the messages

Convert C to MIPS - Nested Arrays

c assembly mips

Declaring constant absolute 64-bit addresses in NASM

Why did RV64 introduce new opcodes for 32-bit operations instead of the 64-bit ones

GCC generates redundant code for repeated XOR of an array element

Does memory dependence speculation prevent BN_consttime_swap from being constant-time?

Does the Intel Memory Model make SFENCE and LFENCE redundant?