Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How do you get how much memory a program uses?

NASM: Count how many bits in a 32 Bit number are set to 1

Reverse engineering C-source code from assembly

How does a machine determine what is displayed on a screen (6502 specifically)? [closed]

assembly cpu pixel 6502

What is the difference between Assembly and binary?

Are cores (device abstraction level) of OSs written entirely in C? (Like: "UNIX is written in C")

c assembly operating-system

LNK 2001 unresolved external symbol _mainCRTStartup MASM

assembly linker masm irvine32

Can I compile the code on the fly in Delphi and execute it?

Why is there no inbuilt swap function in C but there is xchg in Assembly?

c assembly

How to access PCIe configuration space? (ECAM)

Why don't compilers generate microinstructions rather than assembly code?

What are good or interesting Assembler-like languages, but at a higher level? [closed]

assembly

assembly "mov" instruction

Assembly difference between [var], and var

assembly x86 nasm

What's the advantage of writing an OS entirely in assembly? [closed]

c assembly operating-system

Range of immediate values in ARMv8 A64 assembly

Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?

what does this instruction do?:- mov %gs:0x14,%eax

c assembly x86

How do demomakers attain ultra small filesizes?

What does mov eax, dword ptr [eax] do?

assembly x86