Cleanup README features

This commit is contained in:
Michaelangel007 2016-02-21 18:44:46 -07:00
parent 08fe442c4a
commit 46007cbd5a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Here is a *modular* _micro_ replacement: printm()
* Literals have the high byte set (APPLE text)
* Meta characters have the high bit cleared (ASCII)
```
$ Hex - print 2 Byte
x Hex - print 4 Byte
@ -25,6 +26,7 @@ Here is a *modular* _micro_ replacement: printm()
a Str - APPLE text (high bit set), last char is ASCII
s Str - C string, zero terminated
p Str - Pascal string, first character is string length
```
Each option can individually be enabled / disabled
to control the memory footprint since you probably