Assembly Language/GENERAL- THIERRY FROM SWITZERLAND-
Expert: daru - 3/19/2003
QuestionDEAR DARU,
MAY I ASK YOU IF IT IS POSSIBLE WHEN HAVING A CODE WRITTEN IN VISUAL BASIC 6 TO CONVERT IT IN ASSEMBLY LANGUAGE?
AND IF YOU ALLOW ME TO ASK A COMPLEMENTARY QUESTION, WHAT IS THE WAY TO PROCEED, JUST EXAMPLE, C++,C, PASCAL, WHEN HAVING A CODE SOURCE.
I THANK YOU A LOT,
SINCERLY,
THIERRY
AnswerA program always represents a certain algorithm, no matter which language has been chosen to implement that algorithm. Therefore, any program written in VB can be (early or late) re-written in any other general computer language, including Assembler. However, the question arises, 'Why in hell should one do that?' :) but that question stays beyond the subject of your question, doesn't it? ;)
I failed to understand the 'complementary' question. Are you asking about making a program out of those sources?
Then, you'll have to have the appropriate compiler to compile the sources into executables.