Skip to content

omerk2511/OKPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published