M
masm
Projects with this topic
-
64-bit MASM library for college students learning Windows assembly.
Created for use with VS 2013
'Mad64.asm' is the library, and 'test.asm' tests the procedures.
Updated -
MASM assembly project that will approximate the square root of a number using Newton's Algorithm and the FPU register stack.
Updated -
The assignment was to use MASM to create a string library which provides safety against buffer overflows. In general the solution was to provide destination buffer size parameters on string calls.
Updated -
Assembler program that uses parts of sieve program to generate prime numbers and display them.
Updated