Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/09/02 01:04
Read: times


 
#34047 - RE: BASCOM-8051 Software
"... C Compiler? Will it translate the source code into bin or hex files?"

As this started as a BASIC question, I'm not so sure how familiar you are with the operation of a 'C' compiler - forgive me if this is stating the obvious to you.

A 'C' compiler will not accept BASIC source code; it will convert it to a (probably very large) number of error messages!
You will need to re-write your BASIC in 'C' (for which you will need to consult the manuals of both the original BASIC system, and your target 'C' Compiler).

Normally, a 'C' compiler produces a relocatable Object file; this cannot be run directly, but must be passed through a Linker/Locator to produce an absolute file which can be downloaded, or blown into PROM.
The Keil & Raisonance downloads mentioned previously include the full tool chain to achieve this.


List of 6 messages in thread
TopicAuthorDate
BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      

Back to Subject List