Thursday, April 7, 2016

fizzbuzz.asm

It's finally here. I just got done cleaning up fizzbuzz.asm. Endless amusement.

https://gist.github.com/beta0x64/d3b6762c638b4a6784edd81a80d95aa7

I tried making doing values -50 to +50 but for some reason it did not work on the negative modulo. For example, -50 would not be considered fizz or buzz (divisible by 3 or 5). I didn't look into it any further.

No comments:

Post a Comment