From d4129239bd9409a4b7a9c8a2ae5300c5cd73ba70 Mon Sep 17 00:00:00 2001 From: hneemann Date: Mon, 11 Jul 2016 09:11:20 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6b20fcdf..f05a44292 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,8 @@ Logisim works somewhat different, which sometimes leads to surprises like unexpe If a complete processors is simulated, it is possible to calculate the simulation without an update of the graphical representation. A simple processor (see example) can so simulated with a roughly 100kHz clock (Intel® Core ™ i5-3230M CPU @ 2.60GHz) -which is suitable also for more complex exercises. -There is a break gate having a single input. If this input changes from low to high this quick run is stopped. +which is suitable also for more complex exercises like Conway's Game of Life or Pong. +There is a break gate having a single input. If this input changes from low to high the quick run is stopped. In this way, an assembler instruction BRK can be implemented, which then can be used to insert break points to assembly language programs. So the debugging of the assembly programs became very simple.