https://github.com/rgglez/8085asm
Assembler for the Intel 8085.
https://github.com/rgglez/8085asm
8085 assembler assembly c c-lang
Last synced: 7 months ago
JSON representation
Assembler for the Intel 8085.
- Host: GitHub
- URL: https://github.com/rgglez/8085asm
- Owner: rgglez
- License: other
- Created: 2023-01-27T00:54:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T23:36:41.000Z (over 2 years ago)
- Last Synced: 2025-01-28T01:44:31.401Z (9 months ago)
- Topics: 8085, assembler, assembly, c, c-lang
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 8085 ASM
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]


This is an two-pass assembler for the Intel 8085 processor I programmed in C in 1994 for a computer systems course.
## Notice
This program is not intended to be a real modern solution. If you want that, go [here](https://github.com/TomNisbet/asm85).
## License
Copyright (c) 1994 Rodolfo González González.
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg