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.
- Host: GitHub
- URL: https://github.com/rgglez/asm-editor
- Owner: rgglez
- License: other
- Created: 2023-01-26T23:47:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T22:05:19.000Z (about 1 year ago)
- Last Synced: 2025-06-03T11:46:22.512Z (about 1 year ago)
- Topics: 8088, assembly, text-editor, visual-editor
- Language: Assembly
- Homepage:
- Size: 39.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
# asm-editor
[![CC BY-NC-ND 4.0][cc-by-nc-nd-shield]][cc-by-nc-nd]





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.