Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valentin271/tiny-elf

Toy ELF generator
https://github.com/valentin271/tiny-elf

Last synced: 19 days ago
JSON representation

Toy ELF generator

Awesome Lists containing this project

README

        

# Description

This is a toy project for generating an [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) file.

It also has a feature enabling the writing of very basic assembly. This assembly can then be dumped as a source file or written to the ELF file.
[main.rs](src/main.rs) demonstrate this.

It is part of a [wider project](https://github.com/Valentin271/tbc) aiming to compile a TinyBASIC-like language down to machine code. This project is part of my studies.

# Resources

-
-
-
-
-
-
-