NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: syedjailani on October 08, 2022, 06:12:12 PM

Title: Fizz Buzz Assembly
Post by: syedjailani on October 08, 2022, 06:12:12 PM
This is my first post, I have just created my first application  8)  fizz buzz in assembly, used system call write to do output. Really appreciate if the community can review and give me feedback on my code.

https://github.com/syedjailani/fizzbuzz-asm (https://github.com/syedjailani/fizzbuzz-asm)