A Documenting of my Roman Numerals CHIP-8 Program

This is an implementation of my Roman numerals program in machine code, for the ninth Octojam event.
It's a very simple program, and trivially proven to be correct; perhaps even most of its logic could
be recycled for a similar such program, even.  I used the simpler tables of that tabular programming
approach for this, as it was easier to comprehend at this low level.  I may have decomposed my first
example of this style into too many tables, truly just to demonstrate it better, but it matters not.

Follows is a view of the complete program, when loaded into the MMC: