ASM Scope setup

ASM Scope requires Java version 1.4 or more (not to be confused with Javascript). It's best to download Sun's Java implementation from http://java.sun.com/getjava.

Additionally, since ASM Scope only reads preprocessed assembly files, you need to have the appropriate assembler for the target CPU.

Applet version

The ASM Scope applet requires a Java-enabled browser. The download recommended above includes Java plugins for all popular browsers. You may have to change your browser's settings if the Java installer doesn't recognize and configure your browser automatically.

We recommend that you use a modern, standards-compliant browser such as Opera or Mozilla Firefox.

Make sure your browser does not block popups as ASM Scope uses popup windows to request user input and display help and results.

Standalone version

The installer is called ASMScopeInstaller.jar and is a Java archive. Here's how to launch it, assuming you have Java installed on your system:

Platform Instructions
Windows and other graphical environments

Open the JAR file (double or single-click, depending on your configuration).

From a browser, either click the link and select Open when asked what to do, or save the file and open it.

Unix (or Linux) shell
$ java -jar "/path/to/ASMScopeInstaller.jar"