Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4832 | Kartik Agaram | 2018-12-04 | 1 | -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. | ||||
* | 4831 | Kartik Agaram | 2018-12-04 | 1 | -2/+4 |
| | |||||
* | 4830 | Kartik Agaram | 2018-12-03 | 1 | -0/+208 |
New helper: printing a byte in textual (hex) form. This required adding instructions for bitwise shift operations. |