From d9046beb1d619b367207a70986ef069544768ca6 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Thu, 20 Jul 2017 15:12:40 -0700 Subject: [PATCH] Update method in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83cdc9a..82c51d7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ join in--send patches, help add stuff, etc. * For characters 0xa0-0xfe, strip the high bit to get pure ASCII * Convert 0x0d and 0x8d (return) characters ti 0x0a (newline) * Escape all else in C-style +3. Remove NUL at end of .txt files +4. .pp dot command is paragraph break, replace with blank line. This has probably broken the .s files a bit, and I haven't bothered to decompile the five byte HELLO ... ;)