Update method in README.md

This commit is contained in:
T. Joseph Carter 2017-07-20 15:12:40 -07:00
parent 93dd3e1ecd
commit d9046beb1d
1 changed files with 2 additions and 0 deletions

View File

@ -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 ... ;)