Skip to content

This is a linked list of characters (can be tweaked to represent any kind of data). It is implemented in the assembly language, using the nasm assembler and Intel syntax.

Notifications You must be signed in to change notification settings

vladbagrin/Linked-list-in-assembly--nasm-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linked.s:
Linked list implemented in assembly language.
It is assembled using the nasm compiler and Intel syntax.
Uses Linux standard C library functions.
The list can also act as a tail - added pop procedure.

asm.sh:
Script to assemble a file using nasm and link it using gcc.

About

This is a linked list of characters (can be tweaked to represent any kind of data). It is implemented in the assembly language, using the nasm assembler and Intel syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published