Just some things in nasm
- Go to the folder you want to try
make build
will compile and link the nasm file- Then you can run the .bin file outputed
make clean
will remove those files created by the previous command
- Hello world -> just a prints a "hello world" message to the console
- Add two numbers -> adds two hardcoded numbers together and then it prints the result to the console
- Read from user input -> prompts a user and then prints the string provided