Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Does x86 have an atomic increment that keeps the value that was stored?

assembly x86 atomic

Storing values in HI and LO registers of MIPS

How does c++ by-ref argument passing is compiled in assembly?

Recursion in MIPS

assembly recursion mips

ARM SUB Instruction Operands

assembly arm

GCC NOPs being compiled away

x86 assembly, little endianness not being followed(or is it?) (Linux)

linux assembly endianness x86

PowerPC opcode table?

ASM In c++ project ...How this little asm code will be in c++

c++ assembly

How do I access the USB port through the BIOS in 16-bit x86 real mode?

assembly interrupt bios

What is the meaning of parentheses in opcodes in a NASM generated listing file?

What register points to the heap?

c++ assembly arm heap-memory

Assembly Division [duplicate]

assembly x86 division

Launch shell with inline assembly

C intrinsics, SSE2 dot product and gcc -O3 generated assembly

c assembly sse

Get back the assembly level code from exe files?

assembly

What is the difference between jmp and ja?

assembly x86

What does "jb" signify if preceded by an "add" command?

An efficient way to do basic 128 bit integer calculations in C++?

Toy OS Filesystem [closed]