Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Inline ASM with CAD-UL compiler for 80486

gabriel__mahoux
Beginner
774 Views

Bonjour/Hello, (English below)
J'essaie d'implémenter une instruction ASM en ligne dans mon fichier * .C qui est compilée par un compilateur CAD-UL disponible via un serveur VAX (vieille technologie). Je tente un simple "NOP" --asm("NOP") -- sans succès.
Pouvez-vous m'aider ? Ai-je besoin d'une librairie ou d'un module complémentaire dans mon serveur ?

Merci

 

I am trying to implement an online ASM instruction in my * .C file which is compiled by a CAD-UL compiler available via a VAX server (old technology).
I try a simple "NOP" -- asm ("NOP") -- without success.
Can you help me? Do I need a library or an add-on on my server?

Thank you

0 Kudos
3 Replies
RahulV_intel
Moderator
774 Views

Hi,

Could you please specify your OS, compiler version and server specifications? Could you also tell us about your use case and the reason behind using old technology? 

 

--Rahul

 

0 Kudos
RahulV_intel
Moderator
774 Views

Hi,

A quick reminder to provide the necessary details.

 

 

0 Kudos
RahulV_intel
Moderator
774 Views

Hi,

We are closing this thread. Feel free to post a new query if your issue still persists.

 

--Rahul

0 Kudos
Reply