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 01:11
Read: times


 
#148180 - 2500AD
I am using 2500AD 8051 Macro Assembler v5.02e.
I am looking for a manual as the floppys are no longer readable. floppys + tropical weather = mould :-(
In paticular I am have trouble with include files. there seems to be a limit on how long the dirictory path that points to the include file is and also how long the name of the actual include file is.
This is problem as my root dirictory is quite deep in the diricotry structure of server and am forced to place all my include files on C:
examples of instances where include files work and dont work.

.include \\server\a\b\c\d\e\f\code.asm - not work

map dir location instead
Z:\code.asm - work

Z:\Afolder\code.asm - not work

.include C:\my8051code.asm - not work

.include C:\code.asm - work




any help appreciated

thank you.

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