Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzairahmednasir/8086-asm-text-editor
terminal based text editor written in 8086 16-bit Assembly
https://github.com/uzairahmednasir/8086-asm-text-editor
8086-programs assembly-8086 assembly-language assembly-project emu8086
Last synced: 2 months ago
JSON representation
terminal based text editor written in 8086 16-bit Assembly
- Host: GitHub
- URL: https://github.com/uzairahmednasir/8086-asm-text-editor
- Owner: uzairahmednasir
- Created: 2022-03-01T10:40:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T19:34:13.000Z (over 2 years ago)
- Last Synced: 2023-03-10T17:57:24.558Z (almost 2 years ago)
- Topics: 8086-programs, assembly-8086, assembly-language, assembly-project, emu8086
- Language: Assembly
- Homepage:
- Size: 1010 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Command Line based Text Editor written in 8086 16-bit Assembly Language (MASM Style)
### tested in emu8086this is my Semester Final Project for **Computer Organization & Assembly Language** Course
### Bugs:
- output/writing text to files doesn't work properly
- doesn't work properly on other assemblers like MASM or NASM## Model Diagram: