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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/16/01 17:59
Read: times


 
#12559 - RE: User interface for 8051
Create a simple BASIC, C, Perl, or whatever program to ask for the input, then have it create a file that your assembly code can INCLUDE. For constant definitions, INCLUDE your file near the beginning of the source, for text and table type data, preceed the INCLUDE statement with ORG type directives to tell where you want the data to go. You could create multiple files if needed.

Thus, you don't have to touch the original source code.

<>< Lance.


List of 5 messages in thread
TopicAuthorDate
User interface for 8051            01/01/70 00:00      
RE: User interface for 8051            01/01/70 00:00      
RE: User interface for 8051            01/01/70 00:00      
RE: User interface for 8051            01/01/70 00:00      
RE: User interface for 8051            01/01/70 00:00      

Back to Subject List