To get started you need the Java SE Developement Kit.
Unpack the KoiViMa distribution. All files are contained in a directory named “koivima”.
Open the file “index.html” to get access to the documentation.
Open a shell or a DOS command line interpreter and switch to the “src” directory.
Type “./run.sh programs/hello.txt” if you are working in a Linux environment or “java de.projectory.koivimatest.Main programs\hello.txt” if you are using Windows.
“Hello World!” should appear on your screen. Congratulations! You have just run your first program written in KoiViMa assembler.