https://github.com/fititnt/assembly-masm
https://github.com/fititnt/assembly-masm
assembly assembly-language assembly-masm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fititnt/assembly-masm
- Owner: fititnt
- License: mit
- Created: 2014-11-10T16:28:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T18:21:22.000Z (over 11 years ago)
- Last Synced: 2025-03-28T23:11:23.910Z (about 1 year 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

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.pdf
Nota 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`