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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/11/02 15:05
Read: times


 
#32293 - RE: Direct Coding
When you boot up your board running the interpreter, you will not "See" the BASIC program source in memory.

A BASIC program running under the interpreter assumes the BASIC program is in DATA memory.

When you compile the program, your BASIC commands and statements are translated into the assembly language mnemonics that the BASIC interpreter would normally execute when it would interpret the BASIC program (your source file). The compiler assumes that your binary (or hex) file will be executed from CODE memory, like any other assembled or compiled program.

I have sold BASIC compilers to many customers that are buying it specifically because they don't want anyone to be able to read their BASIC source file.

-- Tom Bachmann

List of 5 messages in thread
TopicAuthorDate
Direct Coding            01/01/70 00:00      
RE: Direct Coding            01/01/70 00:00      
RE: Direct Coding            01/01/70 00:00      
RE: Direct Coding            01/01/70 00:00      
RE: Direct Coding            01/01/70 00:00      

Back to Subject List