Update README.md

This commit is contained in:
Philip Smart
2019-10-25 00:20:30 +01:00
committed by GitHub
parent e7420073b7
commit 28be36f83a

View File

@@ -59,7 +59,7 @@ Some extended instructions are under development (ie. LDIR) an exact opcode valu
Implemented Instructions
![](/dvlp/Projects/dev/github/zpu/ImplInstructions.png)
![alt text](https://github.com/pdsmart/ZPU/blob/master/ImplInstructions.png "Hello")
#### Hardware Variable Byte Write
@@ -173,13 +173,13 @@ Tiny - IOCP is the smallest size possible to boot from SD Card. It is useful for
Minimum - Full - IOCP has various inbuilt functions, such as application upload from serial port, memory edit/exam.
![](/dvlp/Projects/dev/github/zpu/IOCPMemoryMap.png)
![alt text](https://github.com/pdsmart/ZPU/blob/master/IOCPMemoryMap.png)
For ZPUTA, it can either be configured to be the boot application (ie. no IOCP) or it can be configured as an App booted by IOCP. Depending upon how ZPUTA is built. it can have applets (portions of its functionality created as dedicated executables on the SD card) or standalone with all functionality inbuilt. The former is used when there is limited memory or a set of loadable programs is desired.
![](/dvlp/Projects/dev/github/zpu/ZPUTAMemoryMap.png)
![alt text](https://github.com/pdsmart/ZPU/blob/master/ZPUTAMemoryMap.png)
@@ -205,4 +205,4 @@ The original ZPU uses the Free BSD license and such the Evo is also released und
| Original Zylin GCC v3.4.2 toolchain | https://github.com/zylin/zpugcc |
| Flex ZPU repository | https://github.com/robinsonb5/ZPUFlex |
| ZPUino and Eco System | http://papilio.cc/index.php?n=Papilio.ZPUinoIntroduction |
| Wikipedia ZPU Reference | https://en.wikipedia.org/wiki/ZPU_(microprocessor) |
| Wikipedia ZPU Reference | https://en.wikipedia.org/wiki/ZPU_(microprocessor) |