Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fititnt/assembly-masm
https://github.com/fititnt/assembly-masm
assembly assembly-language assembly-masm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fititnt/assembly-masm
- Owner: fititnt
- License: mit
- Created: 2014-11-10T16:28:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T18:21:22.000Z (about 10 years ago)
- Last Synced: 2024-04-08T20:01:36.047Z (10 months ago)
- Topics: assembly, assembly-language, assembly-masm
- Language: Assembly
- Size: 9.54 MB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Programa funcional escrito em assembly (MASM 6.11) - Versão 0.8.1
![Demonstração](https://raw.githubusercontent.com/fititnt/assembly-masm/master/demonstracao.png)
Para descrição longa, leia doc/TrabalhoIntel.revD.pdf
## Obter repositório e compilar executável
### Obter e instalar dependências
1. `git clone https://github.com/fititnt/assembly-masm.git .`
2. `sudo apt-get install dosbox` (Ubuntu 12.04+)Nota 1: o repositório já contém MASM611 instalado. Para ser executado no Windows
como host, leia doc/InstallDosBox.pdfNota 2: para instalar o MASM 6.11 deste o início em Ubuntu, leia
doc/install-doxbox-ubuntu.md### Iniciar DosBox
1. `dosbox .` (Já monta C: na pasta atual)
2. INIT.BAT`### Compilar e excecutar
1. `Makefile.bat`
1. `programa.exe`