An assembly library containing basic subroutines for console applications written in NASM.
Below are the available subroutines that are available in Core-NASM:
print
: Prints a string stored in thersi
to the console.input
: Reads a string from the console and stores it inrsi
.
strlen
: Calculates the length of a string stored inrsi
.
Build the project using bash build.bash
and copy the resulting object file to your project directory. Include the object file when compiling your project.