Welcome to OKPaint! My final project in Assembly 8086
OKPaint is my version of MSPaint for the DOS operating system
- Install TASM (Turbo Assembler)
- You can install TASM here: TASM Download
- Just put it under C:\
- Download OKPaint
- Download it from this repository
- Put it under C:\tasm\bin\
- Install DosBox
- You can install DosBox here: DosBox Download
- Enter DosBox
- Enter to the command line:
mount c: c:\
c:
cd tasm
cd bin
cycles = max
tasm /zi okpaint.asm
tlink /v okpaint.obj
- Then, just enter
okpaint
to run it!
Enjoy!