Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leynier/vimasm
Proyecto de Programación de Máquinas I.
https://github.com/leynier/vimasm
assembly vim
Last synced: 1 day ago
JSON representation
Proyecto de Programación de Máquinas I.
- Host: GitHub
- URL: https://github.com/leynier/vimasm
- Owner: leynier
- Created: 2018-09-18T21:11:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T08:03:53.000Z (over 4 years ago)
- Last Synced: 2024-12-17T04:08:09.406Z (5 days ago)
- Topics: assembly, vim
- Language: Assembly
- Homepage:
- Size: 283 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- cuban-opensource - vimasm
README
# VIMASM
## Proyecto de Programación de Máquinas I.
## Ciencia de la Computación. Curso 2017-2018.
## Integrantes:
### Paula Rodríguez Pérez y Leynier Gutiérrez González
## Funcionalidades optativas:
1. Seleccionar, copiar y pegar texto en modo visual en bloque.
2. Ir al inicio del fichero, al final del fichero y a una línea específica del fichero.
3. Entrar en modo sobreescribir.
4. Borrar utilizando operadores de movimiento.
5. Pegar desde registro.
6. Mover el rango de selección con operadores de movimiento.
7. Cursor de bloque intermitente (blinking cursor).