Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Are there a Code Conventions for Assembly (mainly PIC)? [closed]

How can I access system time using NASM?

linux assembly time x86 nasm

Fast in-register sort of bytes?

assembly sorting simd

Inline Assembler: What scratch registers can be used?

80x86 16-bit asm: lea cx, [cx*8+cx] causes error on NASM (compiling .com file)

assembly x86 nasm 16-bit

How to handle keyboard in real mode through BIOS interrupts?

When machine code is generated from a program how does it translates to hardware level operations? [closed]

How does the JE instruction work without CMP?

assembly x86 x86-64

How does an assembler work/how is it written? [closed]

assembly theory

How do 8-bit and 16-bit processors access more RAM with two registers?

Understanding C disassembled call

Is it possible to create a web browser using assembly

assembly browser

Declaring Arrays In x86 Assembly

arrays assembly x86 nasm att

Difference between MOV r/m8,r8 and MOV r8,r/m8

Is mars MIPS simulator Big or Little Endian

Segmentation-fault caused by cmp

Does it matter which registers you use when writing assembly?

Pseudorandom generator in Assembly Language

algorithm assembly prng

Why does IA-32 have a non-intuitive caller and callee register saving convention?

sub eax,0 - does it do anything?