BergerAPI / asm

A collection of ASM-code I wrote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASM

This is just a collection of some code that I wrote in the last few days, and some resources that I used to create the code.


This is intended to run on elf64 systems, and is assembled correspondingly.

Assembling and Linking

Each project has a Makefile, which allows you to just run

$ make clean main

to assemble and link. You will get an executable called j. This process obviously requires make to function.

About

A collection of ASM-code I wrote

License:Apache License 2.0


Languages

Language:Assembly 88.4%Language:Makefile 10.2%Language:C 1.4%