https://github.com/russibc/tictactoe8086
:computer: Basic game developed for Intel 8086 Assembly in Computer Architecture II discipline.
https://github.com/russibc/tictactoe8086
8086 assembly game practice
Last synced: 9 months ago
JSON representation
:computer: Basic game developed for Intel 8086 Assembly in Computer Architecture II discipline.
- Host: GitHub
- URL: https://github.com/russibc/tictactoe8086
- Owner: russibc
- License: gpl-3.0
- Created: 2017-08-13T00:48:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T00:41:16.000Z (almost 5 years ago)
- Last Synced: 2025-06-25T18:04:46.622Z (12 months ago)
- Topics: 8086, assembly, game, practice
- Language: Assembly
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tictactoe8086
Meh!
## First things first
You must have [emu8086](http://www.emu8086.com/) installed.
## What a mess!
I admit it: this won't be the prettiest code you'll see. I did it for college, so give me a break. **But** if you're not familiarized with`8086 instruction set`, here's a nice [guide](http://www.electronics.dit.ie/staff/tscarff/8086_instruction_set/8086_instruction_set.html). And, if you like a little bit of history, this [book](https://github.com/gurugio/book_assembly_8086) is very cool.
## Compiling
To compile it, you don't even need to understand assembly. Just open `main.asm` using `emu8086` and click in that nice button called "compile". After that, you just need to wait a little bit and a window will pop up. Choose any directory you want to save the compiled file and then click "run".
That's it!
## License
Released under the [GPLv3](LICENSE) license.