Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. kos32-bcc -S -v- -R- -6 -a4 -O2 -Og -Oi -Ov -OS -k- -D__KOLIBRI__ -Iinclude hello.cpp
  2. echo include "kos_make.inc" > f_hello.asm
  3. t2fasm < hello.asm >> f_hello.asm
  4. fasm f_hello.asm hello.kex
  5. kpack hello.kex
  6. pause