Playground FASM A sum of all bite-size puzzles/examples to learn Flat Assembler (FASM), piece by piece. Examples (in Intel Syntax ) hello world : hello.asm concate string : concate_string.asm fibonacci & print numbers : fib.asm