DGivney / assemblytutorials

This project was put together to teach myself NASM x86 assembly language on linux.
https://asmtutor.com/
654 stars 117 forks source link

Missing colon in .checkFizz label. #25

Closed airvzxf closed 3 years ago

airvzxf commented 3 years ago

18-fizz_buzz.asm:22: warning: label alone on a line without a colon might be in error [-w+label-orphan]