I recently got things working on this project:
- It implements 18 'words' so far, including a do-while loop.
- It's mounted in a briefcase, with a battery, etc., so I can sit it on my lap while I implement more 'words'.
- One thing I changed related to earlier discussion: I'm not storing a length with each word; rather I carved up the EEPROM into 32-byte 'blocks'. Each word therefore uses a multiple of 32 bytes (all are 1 block so far). This approach simplifies the 'find', and I figure I have plenty of space to work with.
The top of the source code listing describes how things work, and lists the current 18 'word' definitions.
The source code is on my web site at:
www.geocities.com/saipan59/robots/lcd.asOther 6502 and PDP-11 related stuff can be found by using this instead:
www.geocities.com/saipan59/robotsAny comments are welcome.
Pete