added page2text, fixed 40 col bug in text2page

This commit is contained in:
Egan Ford 2017-04-15 21:48:38 -06:00
parent 412c1d2c74
commit 68a976c7e6

View File

@ -90,6 +90,7 @@ text2page <gameserverclient.text >gameserverclient.textpage
### page2text Example
Input is expected to be an Apple II binary from $400-$7FF. Exactly 1024 bytes. See `gameserverclient.textpage` example.
> Text lines are newline (LF) terminated. Windows users will need to convert LF to CRLF.
```
page2text <gameserverclient.textpage >gameserverclient.text