From c20ab4cfb168ad27070c45754e2f73407dcebbf8 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sun, 18 Apr 2021 21:43:39 +0200 Subject: [PATCH] added more debugging info to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e3cfcd..f26592d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ If multiple files are specified, all are loaded into memeory, but only the last later, maybe the `_init` section of each binary is executed before the main loop starts? ## Debugging +Debugging is done using the `ebreak` (formerly `sbreak`) instruction, which will launch a debugging session if encountered. See [docs/debugging.md](docs/debugging.md) for more info. ![debuggin the fibs program](docs/debug-session.png)