omerk2511 / OKPaint

A paint program for DOS operating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OKPaint

Welcome to OKPaint! My final project in Assembly 8086

OKPaint is my version of MSPaint for the DOS operating system

Welcome Screen Main Screen

How to use it?

  • Install TASM (Turbo Assembler)
  • Download OKPaint
    • Download it from this repository
    • Put it under C:\tasm\bin\
  • Install DosBox
  • 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!

About

A paint program for DOS operating system


Languages

Language:Assembly 99.7%Language:Batchfile 0.3%