customized ls tool written by fasm2 assembly How to use? download fasm compiler: https://flatassembler.net/download.php git clone https://github.com/xmrrabbitx/ls.git cd ./ls directory compile: ../fasm2/fasm2 ./ls.asm run ./ls on any directory. example: list current directory: ~$ ls list specific directory: ~$ ls example_dir/