Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharmakkar08/beta2alpha-game
Mastermind game made in Assembly language
https://github.com/tusharmakkar08/beta2alpha-game
Last synced: 25 days ago
JSON representation
Mastermind game made in Assembly language
- Host: GitHub
- URL: https://github.com/tusharmakkar08/beta2alpha-game
- Owner: tusharmakkar08
- Created: 2013-04-07T15:15:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-19T12:51:33.000Z (over 11 years ago)
- Last Synced: 2023-04-01T12:52:10.707Z (over 1 year ago)
- Language: Assembly
- Size: 852 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Mastermind game made in assembly language using TASM.
The code is well commented.
It is implemented by interfacing it with a circuit made up of LED's and switches used for taking input and LED's for showing output as Alpha and Beta.
Microprocessor used : 8086,8255(for interfacing)
Mastermind.asm - Simple code in asm (Shows output on Computer Screen)
B2A.asm - Interfaced code with 8255 ( Shows output through LED )To run the file use :
1> tasm mastermind.asm
2> tlink mastermind.obj+io
3> mastermind.exe