mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-16 19:32:31 +00:00
3353819a62
The functions started by trying to pad a column out to a width, then changed to pad things to a certain length. What they really should be doing is padding the start of an entry to a specified column. This is much more natural and avoids a trim operation. The only change to the output is to ORG statements from the HTML exporter, which are now formatted correctly.