Skip to content

aebarthyi/RASM4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

RASM4

Alex and Andrew's CS3B ARM assembly project
A simple text editor built for the ARM32 architecture

Features:
-Doubly-linked list for memory management.
-Usage of Linux syscalls for the permanent storage of the document. (writing to a file)
-Malloc and Free function calls for reserving memory space and freeing it when not needed.
-Search algorithm to find where a word or phrase is located.
-Updating byte count that shows how big the linked list is getting.

Run Instructions (Linux on ARM32 processor or equivalent emulator):
-Clone the repository
-Navigae to the /build folder in a command prompt window
-Run the program with "./RASM4"
-The contents are saved to "output.txt", and the file that is read is "input.txt"

About

Alex and Andrew's RASM4 assembly project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published