https://github.com/valentin271/tiny-elf
Toy ELF generator
https://github.com/valentin271/tiny-elf
Last synced: about 1 year ago
JSON representation
Toy ELF generator
- Host: GitHub
- URL: https://github.com/valentin271/tiny-elf
- Owner: Valentin271
- Created: 2023-11-27T21:15:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T19:19:14.000Z (over 2 years ago)
- Last Synced: 2025-02-07T01:33:35.729Z (over 1 year ago)
- Language: Rust
- Size: 84 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
-
-
-
-
-
-
-