A minimalist assembly version of the Google Chrome Dino game.
- -Platform: Intel 8086 microprocessor
- Language: Assembly (MASM)
- Emulator: DOSBox
- Open DOSBox.
- Mount the project folder: mount c path\to\project c:
- Compile and run: masm dino.asm; link dino.obj; dino.exe
Space
– JumpEsc
– Exit
- Developed for fun and educational purposes.
- Uses BIOS interrupts for graphics and input.