cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Assembly linking
Assembly linking
Jun 26, 2014 at 12:50pm UTC
Sametbey
(2)
Hi,
1)I have a superficial knowledge of c/c++ and I want to link my c++ code with assembly.
How can I do that in Dev-cpp?
2)I also want to write inline assembly.But it doesn't work.I can't write interrupts.It gives me an error.
Jun 26, 2014 at 4:31pm UTC
MiiNiPaa
(8886)
.I can't write interrupts.It gives me an error.
http://stackoverflow.com/a/2354218/3410396
If you have 64bit OS, you should forget about interrupts.
Jun 26, 2014 at 6:30pm UTC
Sametbey
(2)
I have 32 bit OS.
Topic archived. No new replies allowed.