You are here:

Assembly Language/GENERAL- THIERRY FROM SWITZERLAND-

Advertisement


Question
DEAR 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

Answer
A 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.

Assembly Language

All Answers


Ask Experts

Volunteer


daru

Expertise

Pascal inline assembler; pure assembler programs for DOS; interrupt handling; TSR building; debugging and reverse engineering.

Experience

About 5 years of programming and reverse engineering.

©2012 About.com, a part of The New York Times Company. All rights reserved.