Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valentin271/tiny-elf
- Owner: Valentin271
- Created: 2023-11-27T21:15:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T10:29:50.000Z (about 1 year ago)
- Last Synced: 2023-12-19T14:35:36.869Z (about 1 year ago)
- Language: Rust
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-
-
-
-
-
-
-