From cea783e945afa17902a3f01cceca7d12e0530416 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 17 Dec 2016 18:46:11 +0100 Subject: [PATCH] updated readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7735e379a..7f2475c3f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ in assembly language programs. So the debugging of assembly programs becomes ver ### Debugging ### In Logisim there is no easy way to debug an assembly program in a simulated processor. -Digital has a simple TCP-based remote control interface, so an [assembler IDE](https://github.com/hneemann/Assembler) +Digital offers a simple TCP-based remote control interface, so an [assembler IDE](https://github.com/hneemann/Assembler) can be used to control the simulator and load assembly programs into the simulated processor, start the program, perform single steps and so on. If a "single step" or a "run to next BRK instruction" is triggered by the assembly IDE, the actual used address of the program memory is returned to the assembler IDE.