by Zuoliu Ding
A discussion on some basic practices highly recommended in Assembly Language Programming.
by John Jiyang Hou
A List data structure implementation in MASM Assembly with C function realloc
by Ben Hanson
Back in 1984, I wanted to write a Z80 assembler. At the time, this would have meant coding it in Z80 machine code, but due to the conveniences of modern technology, I have now done it in C++.
by digital performance
This article shows how to access Windows API with plain x64 assembly programming language (MASM style). It shall also give an overview, how to apply some programming techniques like OOP and multithreading on a low level.