A Really Simple Assembly Library
# # # # # # # # # # # # # # # # # # # # # # #
Project goals:
The primary goal of this project is to develop a functional, practical library for simple Linux x86_64 Assembly programming. I expect it to be able to handle simple memory allocation and deallocation, basic networking (TCP and UDP), and basic input and output.
The benchmark programs will be a simple file parser (grep, but lobotomized), a basic TUI platformer, and a websocket client.
You can find my project notes here.