Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aathish04/docker-masm611
Provides the Dockerfile for the aathish04/masm611 Docker Image, as well as a compose.yaml for ease of use of the image. Not an "official" repository.
https://github.com/aathish04/docker-masm611
docker docker-compose masm masm611
Last synced: 12 days ago
JSON representation
Provides the Dockerfile for the aathish04/masm611 Docker Image, as well as a compose.yaml for ease of use of the image. Not an "official" repository.
- Host: GitHub
- URL: https://github.com/aathish04/docker-masm611
- Owner: Aathish04
- Created: 2023-12-09T16:49:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T05:36:32.000Z (11 months ago)
- Last Synced: 2024-01-01T06:37:09.856Z (11 months ago)
- Topics: docker, docker-compose, masm, masm611
- Language: Assembly
- Homepage:
- Size: 978 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aathish04/masm611
This repository provides the Dockerfile for the [aathish04/masm611 Docker Image](https://hub.docker.com/repository/docker/aathish04/masm611/general), as well as a `compose.yaml` for ease of use of the image.
This repository is not an "official" repository.Briefly, the Image generated through the Dockerfile here provides:
- MASM v6.11 (`MASM.EXE`)
- Microsoft Object Linker v2.01 (Large) (`LINK.EXE`)
- Microsoft MS-DOS Debugger v2.40 (`DEBUG.EXE`)
- EdIt! 1.2 by SRT Enterprises (`EDIT.EXE`)
- DOSXNT MSOFT1 By Phar Lap Software Inc. (`DOSXNT.EXE`)
- Microsoft Macro Assembler and Linker (presumably v6.11) (`ML.EXE` and `ML.ERR`)## Prerequisites for Use
1) You have Docker Desktop installed.
2) You have a running X Window Server (such as XQuartz) running on your host, and it is configured to accept connections from localhost.## Getting Started
1) Clone this repository to your local system.
2) Move into this directory.
3) Place your assembly source programs inside the `programs` folder.
4) Run `docker compose up`.You should see a DOSBOX window open up with the `C:` drive as the current working directory. You may read the [Program Execution ReadMe](programs/README.md) for more info on the very basics of using MASM with this setup.
![Everything Running](./screenshots/everythingrunning.jpg)5) Once you're done with MASM (say, at the end of your semester) you can delete both the `masm611 Docker Compose Project` and the `masm611 Docker Image` through the Docker Desktop dashboard.
## Contribution
Is welcome. Issues and bug reports, as well as pull requests are highly encouraged.
# DISCLAIMER
This repository is in NO WAY AFFILIATED WITH MICROSOFT, SRT ENTERPRISES, PHAR LAP SOFTWARE INC OR ANY OTHER CORPORATE ENTITY WHOSE CODE MAY HAVE FOUND ITS WAY INTO THE REPOSITORY. THIS IS NOT AN OFFICIAL DISTRIBUTION OF ANY OF THE SOFTWARE SHARED.