From 59bf768d142d31a2c4cbf9a46414123fa2b17ad1 Mon Sep 17 00:00:00 2001 From: Denis Molony Date: Sat, 22 May 2021 10:41:04 +1000 Subject: [PATCH] more descriptions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2258d49..8e9ef33 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Java runs on Windows, MacOS and Linux. #### Graphics ![Graphics](resources/graphics.png?raw=true "Graphics") #### Applesoft Formatting and Analysis +Applesoft programs are displayed in a modern, easily-readable format. A comprehensive cross-listing of variables, strings, calls and jumps is available. Easily find duplicate variable names. +For the truly retro look, programs can be displayed in the original 40-column line wrap mode. ![Applesoft](resources/basic.png?raw=true "Applesoft") #### Pascal code ![Pascal](resources/pascal.png?raw=true "Pascal")