Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Can a hashtag '#' be used as a comment in assembly (NASM)?

assembly x86 comments

Inlining assembly in Intel Compiler- FASM?

c++ assembly x86 intel

Stack cleanup in stdcall (callee-pops) for variable arguments

Why does a C style 'class' result in extra instructions?

c class assembly struct arm

Segfault simulating #embed on GCC 14 with .incbin into .rodata and defining a global span<>

Purpose of jmp short after port I/O in x86 assembly

assembly x86

Optional only set in conditional compilation block, does compiler remove statement entirely from release build?

swift assembly build

Do assembly instructions map 1-1 to machine language?

What is the value of esp after a function returns?

c assembly x86 nasm

Create control flow graph from assembly file

Does gcc support embedded assembler syntax?

c gcc assembly

Is the modulo operation faster with a power of two even if the value is not known at compile time?

c++ c assembly modulo

Bare metal RISC-V CPU - how does the processor know which address to start fetching instructions from?

How to use Cmake to build binaries with NASM

assembly cmake nasm

If greater than or equal in MIPS

How to change the foreground color of a string (32 Bit Assembly kernel)?

assembly x86 kernel osdev vga

ra ($31) register contain unaligned return address (MIPS)

c gcc assembly mips