LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to view the machine code (assembler) generated by LabWIndows/CVI 6.0.

I need to view the machine code (assembler) generated by LabWindows/CVI 6.0. If there is no way to do this via LabWindows/CVI developement environment? Is there a utility that will generate the assembler code from the object file? I am using Borland compatibility. Do I have to turn on a compiler option to get embedded information in the object file?
0 Kudos
Message 1 of 5
(3,414 Views)

Hello,

 

Unfortunately it will not be possible to get the assembly code from CVI.  If you have a compiler that can produce the code you should be able to get it by compiling your CVI code in that development environment. You can also suggest this feature to us by giving us feedback.

 

Apologies and good luck!

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 5
(3,386 Views)
Thanks for your help. I am searching for methods that will allow me to view the object file.
0 Kudos
Message 3 of 5
(3,380 Views)
Isn't there a way to view assembly code within Visual C++ ? 
- If you can import the code (and make it compile under Visual C++ with Measurement Studio), then you can use this Visual C++'s feature.
0 Kudos
Message 4 of 5
(3,341 Views)

I do not have Visual C++ installed yet. I will try that as soon as I can.

 

Thanks

0 Kudos
Message 5 of 5
(3,325 Views)