General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Low Level
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "you can become a GIGACHAD assembly programmer in 10 minutes (try it RIGHT NOW)" video.
I recommend learning either nasm or fasm as they're far easier to use and understand than GNU `as`. They also implement a much better syntax.
2
You should promote either nasm or fasm instead and perhaps aim for at least some good practices in programming. Set some constants, import some kernel headers so you don't have to use "magic" numbers.
1