Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 862 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 862 Bytes

Description

This is a toy project for generating an ELF 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 demonstrate this.

It is part of a wider project aiming to compile a TinyBASIC-like language down to machine code. This project is part of my studies.

Resources