Getting Started

To get started you need the Java SE Developement Kit.

  1. Unpack the KoiViMa distribution. All files are contained in a directory named “koivima”.

  2. Open the file “index.html” to get access to the documentation.

  3. Open a shell or a DOS command line interpreter and switch to the “src” directory.

  4. 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.

  5. Hello World!” should appear on your screen. Congratulations! You have just run your first program written in KoiViMa assembler.