Assembler for 6.0 - plugin detailAssembler support for Netbeans 6.0 with C/C++ pack
[ You have to be logged in to be able to comment. ] User CommentsError when compling 32 bit ASM inline C++
AFAIK try -m32/-m64 flags
Posted by gorrus on Oct 15, 2012
Error when compling 32 bit ASM inline C++
I have a block code
__asm__ __volatile__( "movq $10, %eax\n" "movq $20, %ebx\n" "add %ebx, %eax\n"); when I complie it , I have error "Error: unsupported for movq" I think "movq" is intruction 64bit , so it have error I want to conplie in 32bit environment but I dont know "Additional Compiler " in Netbean . I try with : "Gcc -O0","Gcc -O3","Gcc -O3 -S" ,... but I dont run the block code
Posted by nguyenbatam90 on Oct 11, 2012
Re: Syntax Highlighting
preprocessor directives can be used in some assemblers, so "#" was not added to the comments markers yet.
Posted by gorrus on Jan 21, 2009
Syntax Highlighting
Hi,
I've installed this plugin on Netbeans 6.0; looks good except that it does not recognize the character "#" as a marquer for comments. Otherwise, /* */ and // work fine.
Posted by makhtar on Oct 07, 2008
ASSEMBLER FOR 6.0.1
Here is a modified version for 6.0.1:
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=6867
Posted by gorrus on Mar 31, 2008
Can not install
Hi, I read the comment by vv159170, but can you modify that plugin for NB 6.0.1 as quick as you can ? So many NB 6.0.1 users can use your plugin without changing files. Please modify that plugin ! Thanks !
Posted by Jorgos on Mar 30, 2008
RE: Can not install 2
Hi, Orindzs, unfortunately this plug-in will not work under 6.0.1, because it uses exact built version 200711261600 from NB6.0 (some implementation dependency) and this number was changed in 6.0.1. To solve in 6.0.1 you need to hack jar file of module. Uunzip it and change content of META-INF/manifest.mf file, then create jar again with new manifest. You need to replace number 200711261600 by the number taken from manifest file of module org-netbeans-modules-cnd-antlr.jar (again need to unzip and check the current number, but no need to change this file). Thanks, Vladimir.
Posted by vv159170 on Mar 07, 2008
Can not install 2
Hi gorrus!
As i sad in my first post i have the C/C++ pack installed because i use it and its works great. in NetBeans 6.0 it dose not any error to install this plugin, just under NB 6.0.1. Thx to your reply, please let me know if you find any solution to figure this out.
Posted by Orindzs on Feb 19, 2008
RE: Can not install
Most probably you do not have C/C++ pack installed (which ANTLR is a part of)
Posted by gorrus on Feb 19, 2008
Can not install
I can't install it for NetBeans IDE 6.0.1 under Ubuntu Linux.
It says: Missing required modules for Plugin Asm: C/C++ Code Model Implementation - ANTLR [module org.netbeans.modules.cnd.antlr = 200711261600] But i have the C/C++ support because i downloaded the full version. What i am doing wrong?
Posted by Orindzs on Feb 12, 2008
|