Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Change GDT and update CS while in long mode

assembly 64-bit x86-64 osdev gdt

Stop screen refreshing - INT 0x10 (Video Services) - In Assembly

video assembly x86 refresh dos

How to run a single line of assembly, then see [R1] and condition flags

debugging assembly arm gdb qemu

How are assembly variables implemented?

assembly x86 gnu-assembler

eval at Assembly level

assembly eval

X64 instructions that behave differently on different CPUs

Why does C not push a pointer on the stack when calling a assembly function?

c pointers assembly x86 x86-64

Why this SSE2 program (integers) generate movaps (float)?

gcc assembly x86 sse simd

Why does first parameter in x86 assembly starts from offset 8?

assembly x86 stdcall

How are floating point numbers stored inside the CPU?

Writing an assembler , need help [closed]

Weird MIPS assembler behavior with jump (and link) instruction

What segment is used by default in x86 indirect addressing?

assembly x86

How do they convert Decimal to Hexadecimal so fast (in mind)?

assembly embedded hex

Writing a Linux int 80h system-call wrapper in GNU C inline assembly [duplicate]

Writing a while loop in assembly

Good book to learn lower levels of computers [closed]

assembly computer-science

8086/88 emulator for ubuntu [closed]

assembly emulation x86-16

MIPS instruction set move vs add/addi 0 for storing values?

assembly mips

Output language/format for toy compiler