From 660744ae3fe5ba078b512066a827ba2c90149190 Mon Sep 17 00:00:00 2001 From: Mark Long <16103223+markdavidlong@users.noreply.github.com> Date: Sat, 23 Jan 2021 12:59:01 -0600 Subject: [PATCH] Update README.md Fixed formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63faae6..cc88db5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Among other things, the app includes: * Code that reads and parses DOS-format disk images at the disk-structure level. (It's just read-only for now, and ProDOS is on the horizon) * An Applesoft parser/retokenizer/reformatter which can show code in its normal form or reindented on multiple lines with syntax highlighting, and can optionally show integers as hex values inline. The retokenizer creates new tokens for strings, variable names, numeric values, DATA payloads, REM remarks, and other things that are nice to have -- and sets the stage to create an analyzer for deeper processing of the code later on. * A binary file processor with a flow-tracing disassembler, which can show hex dumps and disassembly of code and data blocks (it also temporarily has some common labels for well-known addresses hard-coded into the display, though dynamic labeling of symbols is in the works.) It can also display the relocation table for type-R relocatable files. It also displays a linear graph of jumps, subroutines, and branches! -* Processing and analysis of Integer Basic files (This is rudimentary at the moment...) +* Processing and analysis of Integer Basic files **(This is rudimentary at the moment...)** * A Text file viewer. * A graphics viewer which can show hires screen dumps as monochrome, with NTSC artifacts, or a hybrid mode where each pixel's natural color is shown in-place (with no white color blending.) * An HRCG character set viewer and explorer