Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / MASM

MASM

MASM

Great Reads

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 T. Herselman
2 years ago I went OCD on memcpy/memmove; and wrote over 140 variations (80,000 lines of code) of memmove; testing, disassembling, optimizing and benchmarking them on multiple machines. I never released the article or the code; until now! So I need to do it before I loose my mind!
by Palavos
An example of how to program in assembly by using Visual Studio 2010 or 2012

Latest Articles

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 T. Herselman
2 years ago I went OCD on memcpy/memmove; and wrote over 140 variations (80,000 lines of code) of memmove; testing, disassembling, optimizing and benchmarking them on multiple machines. I never released the article or the code; until now! So I need to do it before I loose my mind!
by Palavos
An example of how to program in assembly by using Visual Studio 2010 or 2012

All Articles