From 28be36f83a9ef06eb9e602cec4acc874df020fd0 Mon Sep 17 00:00:00 2001 From: Philip Smart <28005720+pdsmart@users.noreply.github.com> Date: Fri, 25 Oct 2019 00:20:30 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65e9d04..f99ea83 100644 --- a/README.md +++ b/README.md @@ -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) | \ No newline at end of file +| Wikipedia ZPU Reference | https://en.wikipedia.org/wiki/ZPU_(microprocessor) |