about summary refs log tree commit diff stats
path: root/html/subx/063print-byte.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 4832Kartik Agaram2018-12-041-85/+86
| | | | | | Let's start adding ':end' labels in all functions, just because it helps us visualize where function calls end in traces, thanks to the '--map' commandline argument.
* 4831Kartik Agaram2018-12-041-2/+4
|
* 4830Kartik Agaram2018-12-031-0/+208
New helper: printing a byte in textual (hex) form. This required adding instructions for bitwise shift operations.