Posts tagged with "Assembly"
Demonstrating Procedures and Console Output
An x86 MASM assembly program showcasing procedure implementation and colored console output manipulation through low-level system calls.
Published: October 24, 2017 | Last Modified: May 13, 2025Sieve of Eratosthenes
An x86 MASM implementation of the Sieve of Eratosthenes algorithm that finds and counts prime numbers up to a given value n, translated from Java to assembly language.
Published: October 17, 2017 | Last Modified: May 13, 2025Nth Fibonacci Number
An x86 MASM assembly program that calculates and displays the nth Fibonacci number, demonstrating basic assembly programming concepts and memory management.
Published: October 7, 2017 | Last Modified: May 13, 2025