An open API service indexing awesome lists of open source software.

https://github.com/rgglez/asm-editor

Full screen text editor programmed in 8088 assembly.
https://github.com/rgglez/asm-editor

8088 assembly text-editor visual-editor

Last synced: 6 months ago
JSON representation

Full screen text editor programmed in 8088 assembly.

Awesome Lists containing this project

README

          

# asm-editor

[![CC BY-NC-ND 4.0][cc-by-nc-nd-shield]][cc-by-nc-nd]
![GitHub all releases](https://img.shields.io/github/downloads/rgglez/asm-editor/total)
![GitHub issues](https://img.shields.io/github/issues/rgglez/asm-editor)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/rgglez/asm-editor)
![GitHub stars](https://img.shields.io/github/stars/rgglez/asm-editor?style=social)
![GitHub forks](https://img.shields.io/github/forks/rgglez/asm-editor?style=social)

A visual text editor (similar to nano) made in 8088 assembly for the final project of my assembly course (1993) at the Faculty of Physical Mathematical Sciences.

This was intended to run in DOS and to be assembled with [Microsoft Macro Assembler](https://docs.microsoft.com/en-us/cpp/assembler/masm/microsoft-macro-assembler-reference).

## License

Copyright 1994 Rodolfo González González.

This work is licensed under a
[Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License][cc-by-nc-nd].

[![CC BY-NC-ND 4.0][cc-by-nc-nd-image]][cc-by-nc-nd]

[cc-by-nc-nd]: http://creativecommons.org/licenses/by-nc-nd/4.0/
[cc-by-nc-nd-image]: https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png
[cc-by-nc-nd-shield]: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg

Read the [LICENSE](LICENSE.txt) file.