Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What language support assembly! 1

Status
Not open for further replies.

mtbcoach

Programmer
Feb 11, 2001
9
CA
Hi!

I would like to now what language support assembly??? I now that C++ support it and maybe VB but im not sure!

Thank you for your time!

M.G.
 
C / C++, other stuff depends on your compiler. Most of the time your compiler will do a better job of writing the stuff than you, though. What are your ideas about using it for? You can also call external programs with most languages, so if you had to use assembler in a language that does not support it, you could write an external program with it, and then call that program from the non-supporting language.

MWB.

As always, I hope that helped!

Disclaimer:
Beware: Studies have shown that research causes cancer in lab rats.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top