https://github.com/yutopp/sekki
https://github.com/yutopp/sekki
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutopp/sekki
- Owner: yutopp
- Created: 2019-07-30T18:04:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T15:08:02.000Z (over 5 years ago)
- Last Synced: 2025-03-26T03:04:31.434Z (about 1 month ago)
- Language: Assembly
- Size: 127 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚒ Sekki toolchains
The repository `Sekki toolchains` include my hobby toolchain programs that are *under development*, like an assembler, a linker, a compiler, and a runtime library.
Now, supported platforms are only Linux on x86_64.
## Requirement
Only [nasm](https://ja.wikipedia.org/wiki/Netwide_Assembler) is required to build an initial assembler. After that, any toolchain not included in this repository will not be required.
## Toolchains
- [x] [stone](./stone)
- `stone` is an initial assembler, and able to self-hosting!## License
[Boost Software License - Version 1.0](./LICENSE_1_0.txt)