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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/07/01 16:46
Read: times


 
#13078 - RE: User interface for 8051
You can use Macro Assembler for this purpose. It is a free and VERY good assembler which provides the READ instruction. This examplecode is used in the manual.

IF MomPass=1
READ "Buffer size",Buffersize
ENDIF

By the way ... this assembler also supports local labels, macros, case-sensitivity (or not) and all the rest I ever dreamt of. Find the assembler at
http://john.ccac.rwth-aachen.de:8000/as/
and download the latest beta version, because it works much better than the older ones.

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