Skip to content

trixky/lib_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib_asm

A small library, coded in ASM. (macOS)

Image description

Six basic functions :

  • read
  • strcmp
  • strcpy
  • strdup
  • strlen
  • write

Usage

make

# compile test with the library
gcc test.c libasm.a

# execute test
echo "char" | ./a.out

Assembly language

In computer programming, assembly language, often abbreviated asm, is any low-level programming language in which there is a very strong correspondence between the instructions in the language and the architecture's machine code instructions. Because assembly depends on the machine code instructions, every assembler has its own assembly language which is designed for exactly one specific computer architecture. Assembly language may also be called symbolic machine code.

About

A small library, coded in ASM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages