Skip to content

Simple assembly linked-list implementation program with functions on RARS

Notifications You must be signed in to change notification settings

Stolichnayer/linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

linked-list

Simple assembly linked-list implementation with functions running on RARS 1.1 (RISC-V Assembler and Runtime Simulator)

How does this program work?

  1. Reads integers from console input until a negative integer is given.
  2. For every integer, it creates a linked list node and saves it in its 'data' field.
  3. Reads an integer, and prints all the elements in the list that are smaller than the given integer. If the integer we read is negative, the program ends.
  4. Loops back to step 3.

RARS can be found here: https://github.com/TheThirdOne/rars

About

Simple assembly linked-list implementation program with functions on RARS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published