Re: Why assembly and translation
From: Daniel Schüle (uval_at_rz.uni-karlsruhe.de)
Date: 03/30/05
- Next message: fabio de francesco: "Re: Class hierarchy of exceptions (Ada, C++)"
- Previous message: fabio de francesco: "Re: Class hierarchy of exceptions (Ada, C++)"
- In reply to: Bob Jenkins: "Why assembly and translation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Mar 2005 15:19:28 +0200
> Sorry, I am new to programming, can you tell me why we need to learn
> assembly ? What advantages/disadvantages does it have ?
you can program C++ without the need to see assembly at all
it depends on what are you doing
if you program microcontroller (more likely in C) then it becames
obviously more important
in general it helps to understand what is going behind the hood
> Please answer this, can you tell me if there is any program able to
> help me change code in assembly to a figurable level of c/C++ ???
change code of an executable (.exe)?
i am not aware of such tools
why would one need to?
Gruss, Daniel
- Next message: fabio de francesco: "Re: Class hierarchy of exceptions (Ada, C++)"
- Previous message: fabio de francesco: "Re: Class hierarchy of exceptions (Ada, C++)"
- In reply to: Bob Jenkins: "Why assembly and translation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|