This simple bash script, named 'assemble,' streamlines the process of assembling and compiling assembly code for your host platform using NASM (Netwide Assembler) and GCC (GNU Compiler Collection).
The compile_commands.json file is a database that lists all source files in your project along with the exact commands needed to compile each one. Each entry follows this structure: ...