mirror of
https://github.com/Michaelangel007/apple2_printm.git
synced 2024-12-19 14:29:27 +00:00
Cleanup README features
This commit is contained in:
parent
08fe442c4a
commit
46007cbd5a
@ -5,6 +5,7 @@ Here is a *modular* _micro_ replacement: printm()
|
|||||||
* Literals have the high byte set (APPLE text)
|
* Literals have the high byte set (APPLE text)
|
||||||
* Meta characters have the high bit cleared (ASCII)
|
* Meta characters have the high bit cleared (ASCII)
|
||||||
|
|
||||||
|
```
|
||||||
$ Hex - print 2 Byte
|
$ Hex - print 2 Byte
|
||||||
x Hex - print 4 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
|
a Str - APPLE text (high bit set), last char is ASCII
|
||||||
s Str - C string, zero terminated
|
s Str - C string, zero terminated
|
||||||
p Str - Pascal string, first character is string length
|
p Str - Pascal string, first character is string length
|
||||||
|
```
|
||||||
|
|
||||||
Each option can individually be enabled / disabled
|
Each option can individually be enabled / disabled
|
||||||
to control the memory footprint since you probably
|
to control the memory footprint since you probably
|
||||||
|
Loading…
Reference in New Issue
Block a user