Page 1 of 1

How to set fasm files from KolibriOS

Posted: Sat Jan 05, 2013 2:51 pm
by _catafest_
Hello team.
I want set fasm gui from kolibrios .
If I press the infile and outfile under finame example just add some points ....
I use virtualbox from oracle last version to run kolibrios.
also I have same problem with load under debug program ... maybe is need to put some path .

Re: How to set fasm files from KolibriOS

Posted: Sat Jan 05, 2013 4:54 pm
by hidnplayr
In fasm for KolibriOS, you need to input filenames for input- and outputfiles manually, the folder in wich these files reside may be selected with gui, or also typed.
Easier may be to open your .asm fle in tinypad and pressing run/compile (ctrl+F9 on keyboard)

in Kolibrios debugger, for example to load the program called test:
load /rd/1/test

PS: welcome to the forums!

Re: How to set fasm files from KolibriOS

Posted: Sat Jan 05, 2013 7:39 pm
by _catafest_
what I try to say is the button input not working.
Can be the main reason I use virtualbox.
Has a input dialog ?
Where is store the asm files.
As I say pressing the input button just put some points ... after example.asm

Re: How to set fasm files from KolibriOS

Posted: Sat Jan 05, 2013 10:09 pm
by hidnplayr
What version of kolibrios are you using? Are you using the latest version from http://builds.kolibrios.org ?
Virtualbox works fine for me, I use it all the time.

The source code of KolibriOS programs and kernel can be found on our SVN server.

Re: How to set fasm files from KolibriOS

Posted: Sun Jan 06, 2013 1:11 pm
by _catafest_
Solve it the issue
I use svn3138-iso.7z now and working well .
The steps : make one file example.asm with TINYPAD and then open it with FASM.
Thank you. Regards.