Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Trouble outputting a space in assembly

assembly x86 dos masm x86-16

Alter Interrupt in 16 bit Real Mode

assembly x86 16-bit real-mode

C++ mid-function hook: get register values and jump back [x86 assembly on windows]

Targeting x86 & x64 assemblies from the same VS2012 project; references

Can a hashtag '#' be used as a comment in assembly (NASM)?

assembly x86 comments

Inlining assembly in Intel Compiler- FASM?

c++ assembly x86 intel

Stack cleanup in stdcall (callee-pops) for variable arguments

Width of bus betwen cpu cache and cpu

Purpose of jmp short after port I/O in x86 assembly

assembly x86

How to get efficient floating point maximum in Rust

performance rust x86

How do I cast address of a class method to (void *)

What is the value of esp after a function returns?

c assembly x86 nasm

Trouble with getting syscalls with own python debugger

Get value of a compare instruction

x86 compare

How to change the foreground color of a string (32 Bit Assembly kernel)?

assembly x86 kernel osdev vga

8086 Assembly: put variables area at beginning of code segment

assembly x86 x86-16 osdev dosbox

Java Multiplication Optimization

java eclipse x86