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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/14/07 15:46
Read: times


 
#148227 - Any Help
Responding to: ???'s previous message
I have never seen that compiler but I assume it has at least some of the back then common features:

The include files are placed in some directory which You eiher define by command line or then You have some environment variables set.

The usual ones are:

INCLUDE - place for include variables
LIB - place for library files

If my memory serves like it does something is wrong in teh following statement which may be used to set an environment variable (in MsDOS):

set VARIABLE=value

To erase one:

set VARIABLE=

In teh assy file itself You don't give the absolute path of the include file, just the file name (and possibly suffix).

It teh product is from mid eighties then the 8+3 file naming was used. (max. eight characters for file name and 3 characters for suffix).

Back then I was fiddling with my exorset so I have no REAL experience of MsDOS compilers from that time.


List of 14 messages in thread
TopicAuthorDate
2500AD            01/01/70 00:00      
   Its an old product            01/01/70 00:00      
      Mine's a lot older ... 1985 or so ...            01/01/70 00:00      
         down memory lane            01/01/70 00:00      
            Are You sure it is not 2500 B.C. ?            01/01/70 00:00      
               Actually ...            01/01/70 00:00      
   Any Help            01/01/70 00:00      
      It wasn't a compiler, was it?            01/01/70 00:00      
   From the Avocet AVMAC 8051 User\'s Manual            01/01/70 00:00      
   From the 2500 AD X68C11 Manual            01/01/70 00:00      
   Maybe still there are hopes...            01/01/70 00:00      
      Thank you            01/01/70 00:00      
         Newer assembler?            01/01/70 00:00      
         Just was i was getting at :-p            01/01/70 00:00      

Back to Subject List