Tic Tac Toe (or noughts and crosses :) ) in NASM
This assembley program runs in Real mode (as the boot sector in a vm) in 16 bit addressing mode, and is assisted by BIOS.
Other assembley programs can be found at asm.
You will need,
- nasm
- qemu (qemu-common package generally)
Then clone the repo and execute the run.sh script.
git clone https://github.com/AyushmanTripathy/tic_in_asm
sh run.shsome links you may find useful.