gitlab.com topics: masm
axyd/Mad64_Lib
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.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
bbrakefield/Newtons-Algorithm
MASM assembly project that will approximate the square root of a number using Newton's Algorithm and the FPU register stack.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
bbrakefield/String-Library
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.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
bbrakefield/Generate-Primes
Assembler program that uses parts of sieve program to generate prime numbers and display them.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0