Skip to content

42/Codam libasm, an introduction to assembly language

Notifications You must be signed in to change notification settings

MichelleJiam/libasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

libasm

42/Codam libasm, an introduction to assembly language

Description

A small collection of basic C functions rewritten in 64-bit ASM using Intel syntax. Compilation is done with nasm. Functions:

  • atoi_base
  • strchr
  • read
  • strcmp
  • strcpy
  • strdup
  • strlen
  • write

A main containing tests for all functions is included.

Commands

Run make test to compile the library and see the list of test commands.

About

42/Codam libasm, an introduction to assembly language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published