corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

Assembler for 6.0.1 - plugin detail

Assembler support for Netbeans 6.0.1 with C/C++ pack

NetBeans Plugin - Assembler for 6.0.1
Plugin owner: gorrus
Website: http://asm.netbeans.org/
Added: 2008-03-31
Last updated: 2011-04-28
NetBeans Versions: 6.0
License: CDDL-GPLv2-no-CP
Category: Programming Languages
Size: 0.26 MB
Downloaded: 3,063 times
Rating:
 0, by 0 users


Download plugin

Verifications for NetBeans versions

Plugin is not subject to any verification

Introduction

Features:
- currently supported x86 and SPARC assembler/disassembler
- syntax highlighting (instructions, labels, registers etc.)
- hyperlinks on jump and call targets - ctrl+ click on a label or a function name
- selected register usage highlighting (read/write with different colors) - place caret on a register
- navigator works the same way as it does with Java or C/C++
- register usage information (shown in Registers Window) - Window->Navigating->Registers
- register live ranges - select a register in Registers Window

Usage:
Open .s, .asm or .as file (other extensions are not supported now)

Installation:
(C/C++ pack is required)
- go to Tools->Plugins
- go to Downloaded tab
- click on Add Plugins...
- select nbm
- accept everything
- restart IDE on request

Known issues:
- selection in registers window table lost on any action if sorting is not default
- memory and cpu usage is not always optimal
- register usage and liveranges only work for global functions (marked as .global)

Your feedback is highly appreciated at users@cnd.netbeans.org

What's new in this version

[ You have to be logged in to be able to comment. ]

User Comments

  

Re: Available Documentation

what kind of documentation do you need?

this plugin was integrated in NB 6.1,
we have a few words about it here:
http://www.netbeans.org/kb/61/cnd/debugging.html
Posted by gorrus on Sep 08, 2008
  

Available Documentation

Is there a documentation about this plugin?
Posted by jeff_phils on Aug 24, 2008