From 53b1d527e855c28e355050d8b32b98db6bb6cbd5 Mon Sep 17 00:00:00 2001 From: hneemann Date: Fri, 19 Aug 2016 12:48:51 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e4390876..c9fe483a5 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ These are the main features of Digital: - Many examples: From a transmission gate D-flip-flop to a complete (simple) MIPS-like single cycle CPU. - Fast-run mode to perform a simulation without updating the GUI. A simple processor can be clocked at 100kHz. -- Display of LST files when executing assembler programs within such a processor. -- Simple remote TCP interface which e.g. enables an assembler IDE to control the simulator. +- Display of LST files when executing [assembler](https://github.com/hneemann/Assembler) programs within such a processor. +- Simple remote TCP interface which e.g. enables an [assembler IDE](https://github.com/hneemann/Assembler) to control the simulator. - Direct export of JEDEC files which you can flash to a [GAL16v8](http://www.atmel.com/devices/ATF16V8C.aspx) or a [GAL22v10](http://www.atmel.com/devices/ATF22V10C.aspx). These chips are somewhat outdated (introduced in 1985!) but sufficient for beginners exercises, easy to understand and well documented.