https://github.com/frontear/fasm
Frontear's ASM. An attempt to try and make a very simple low-level programming language using C
https://github.com/frontear/fasm
Last synced: 11 months ago
JSON representation
Frontear's ASM. An attempt to try and make a very simple low-level programming language using C
- Host: GitHub
- URL: https://github.com/frontear/fasm
- Owner: Frontear
- License: gpl-3.0
- Created: 2024-01-13T20:41:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T22:00:28.000Z (about 2 years ago)
- Last Synced: 2025-01-26T11:26:50.431Z (about 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fasm (frontear's asm)
Inspired by [16-bit cpu video here], I decided to try and tackle the idea of making a assembly processor in C, using my own made up dialect.
## License
This project is licensed under the GNU General Public License v3. Please be mindful of this when forking, downloading, and redistributing.