Assembly linking

Jun 26, 2014 at 12:50pm
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
.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
I have 32 bit OS.
Topic archived. No new replies allowed.