The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: AlabamaRoy on October 25, 2009, 01:00:51 PM

Title: How the heck do you install RadAsm?
Post by: AlabamaRoy on October 25, 2009, 01:00:51 PM
 :dazzled:I downloaded RadAsm and assembly.zip, but I can't figure out what files from assembly.zip go in which directories for goasm. Am I supposed to rename the file goasm.ini? There's a RadAsm.chm file, but it doesn't work. This is very frustrating. Where are the installation instructions?
Title: Re: How the heck do you install RadAsm?
Post by: Alloy on October 25, 2009, 03:43:58 PM
I had this problem yesterday too updating to the latest version. I unzipped the RadAsm files to a directory, dragged the masm.ini file and masm directory to that directory with RadAsm in it then changed assembler setting in RadAsm.ini from html to masm and it worked.
Title: Re: How the heck do you install RadAsm?
Post by: Grant on October 26, 2009, 01:12:00 AM
Hey AlabamaRoy.

Do you have a working installation of GoAsm? Go to http://www.jorgon.freeserve.co.uk/ and download the files: "Goasm.zip, gorcjorg.zip, Golink.zip, Gobugall.zip" which are the assembler, resource compiler, linker and debugger (with test program) respectively.

Unzip them into some directory like c:\goasm\bin\ and put gobug into \goasm\gobug\. NB gobugall.zip contains two zip files, unzip gobug.zip to install just the debugger.

Unzip the assembly.zip and copy the GoAsm folder and GoAsm.ini into your Radasm folder thus: c:\Program Files\Radasm\GoAsm\, c:\Program Files\Radasm\GoAsm\GoAsm.ini
Or where you have installed Radasm!

At this point I found if you try the examples contained in your \GoAsm\Projects\ you may have compiler errors as these projects look for non-existing *.inc files, I not going to address that here. Rather I suggest you go to Donkey's Stable (http://www.quickersoft.com/donkey/) and follow the WinExplorer link, download winexplorer.zip, unzip and copy the WinExplorer folder into your \GoAsm\Projects\ folder. NB there two folders inside the WinExplorer.zip, 1 called WinExplorer and the other WinExplorerCM you want the first.
Start RadAsm and open the WinExplorer project. Press Ctrl-F5, confirm any dialog boxes and presto a freshly compiled file manager to confirm your installation of RadAsm running the GoAsm assembler tools.

Hope that helps
Grant
Title: Re: How the heck do you install RadAsm?
Post by: KetilO on October 26, 2009, 08:14:52 AM
Hi AlabamaRoy

The easy way is to get the full package.
Go to : http://radasm.cherrytree.at/download/?category=6 and click RadASM complete package.

KetilO