First page Back Continue Last page Graphics
Some of the Shortcuts
Write four times to addresses increasing by 1 each time.
- Will only work on platform that don’t enforce integral boundries (e.g. - Intel).
Use %hn to write to short.
- Now only requires printing 64K.
Use %hhn to write to byte.