MPASM - memtool firmware
Last updated: 06 Aug 2007 - 22:04
I wrote an article a while ago about making a tool for reading and writing parallel memory chips using a PIC and a USBMOD2 unit. I have finally got around to writing the code out in MPASM (the original was for the PICAXE BASIC programmed PIC.) The code is fairly simple but shows how a PIC can effectively be used in place of complex glue logic.
Contents
- Source memtool.asm file
- Compiled HEX file, memtool.hex
- GPLv3 License
Memory Tool
Last updated: 20 Apr 2007 - 16:45
Introduction In some ways a Z80 processors program storage is easier to get at than modern flash based micro-controllers. However, modern micro-controllers usually have suitable software available for modern computers.