Installed RadAsm according manual, I run,
program HelloWorld;
#include( "stdlib.hhf" )
begin HelloWorld;
stdout.put( "Hello, World of Assembly Language", nl, nl );
stdout.put( "Press enter to continue: " );
stdin.readLn();
end HelloWorld;
Get
Make error(s) occured.
Can't find environment variables in manual or any other settings.
running win2000
some directions pleace.
thanks.
This should properly be posted in either the RadASM or HLA forums. The problem appears to be that you have not correctly installed HLA, I remember some issues with that a while ago. You will probably find your answer in the HLA forum or Randy can give you a hand with the installation.