Skip to content

An assembly library consisting of basic subroutines for 64-bit x86 NASM-compiled assembly projects.

Notifications You must be signed in to change notification settings

theluqmn/core-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Core-NASM

An assembly library containing basic subroutines for console applications written in NASM.

Available subroutines

Below are the available subroutines that are available in Core-NASM:

Console

  • print: Prints a string stored in the rsi to the console.
  • input: Reads a string from the console and stores it in rsi.

String manipulation

  • strlen: Calculates the length of a string stored in rsi.

Installation

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.

About

An assembly library consisting of basic subroutines for 64-bit x86 NASM-compiled assembly projects.

Topics

Resources

Stars

Watchers

Forks