Recent content by yeestrada
-
Y
C/C++ Using 386 Interrupts in C++: How to Execute Assembly Code
Let me try to explain, I just want to use an interruption to show how is possible to connect asm code with a high level language, I'm in a course of assembly and this is a homework, I just want to use the graphic mode (int 10h) or simply use the int 21h to show an example. That's why I'm trying...- yeestrada
- Post #6
- Forum: Programming and Computer Science
-
Y
C/C++ Using 386 Interrupts in C++: How to Execute Assembly Code
I'm now working with Windows XP sp2 and I'm programing with c++ builder 6. I was trying to do it with C# code, but as I understand, C# has its own assembly language. I'm a beginner on this topic, so I'll be very grateful if someone can provide an example (can be developed in c# or C++)...- yeestrada
- Post #4
- Forum: Programming and Computer Science
-
Y
C/C++ Using 386 Interrupts in C++: How to Execute Assembly Code
Hello every body, I have a doubt, I'm working right now with a micro 386, so I'm using it's interruptions, but I want to link c++ with assembly code and I don't know how can I use an interruption inside c++, I hear that is not possible to execute assembly code form a high level language, I,m...- yeestrada
- Thread
- C++
- Replies: 11
- Forum: Programming and Computer Science