Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to tell if a float is SNAN or QNAN

c++ c gcc assembly ieee-754

How should I parse keywords when writing a C Compiler?

How does ASM knows an arithmetic operation is signed or unsigned?

assembly x86 masm irvine32

x86/x64: modifying TSS fields

assembly x86 x86-64

How can I multiply two hex 128 bit numbers in assembly

Are assembly language programs restricted by kernel modes as well?

assembly operating-system

How to determine if the registers are loaded right to left or vice versa

macOS 64-bit System Call Table [duplicate]

What is the definition of JAL in RISC-V and how does one use it?

How is C cross platform?

Why are binary numbers almost always grouped in 4 bits?

assembly binary hex nibble

How can I use gcc to compile x86 assembly code on an x64 computer

Weird results with movzwl, %ax and negative values

Is it possible to modify or access Program counter?

Delphi/ASM code incompatible with 64bit?

Add 0xFFFFFFFF in x86 assembly

assembly x86

x86 partial register usage

assembly x86

FPU operations generated by GCC during casting integer to float

c gcc assembly x86-64 fpu

Atomic double floating point or SSE/AVX vector load/store on x86_64

Copying EAX to RAX higher bits?

assembly x86-64