commit c56a82c285b7bfc26a639ff0f06d3d955ad5dcc8
parent 9d2337c36cd82bff665fa478f1ee7a7049acdc07
Author: phoebos <ben@bvnf.space>
Date: Wed, 8 Jun 2022 14:56:54 +0100
add ideas section to README
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -57,3 +57,10 @@ line 289: DUP #04 SFT ,print-nibble-hex JSR
Remember to regenerate the debug info after changing your source code, otherwise it won't make
sense. uxnsolve will print a big WARNING if it notices that your source file is newer than the
debug info.
+
+## Ideas
+
+Some ideas for applications using this debug info.
+
+* An emulator which can step through source code instructions word by word on a
+button press, highlighting the current position in another window.