Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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]

How to know if ARM or Thumb mode at entry point of program

Linking an assembler program: error "undefined reference to `printf'"

How do I make space for my code cave in a Windows PE 32bit executable

Displaying text video memory at 0xb8000 without using the C library

What is the GS register used for on Windows? [duplicate]

windows assembly x86

How does the C++ compiler know which CPU architecture is being used

c++ assembly

GCC Inline-Assembly Error: "Operand size mismatch for 'int'"

How can I turn an odd number even, or vice versa, in Motorola 68000 Assembly?