Matthew-McRaven / Pepp

The next generation of Pep series simulators
https://compsys-pep.com
GNU General Public License v3.0
4 stars 0 forks source link

Add byte converters #475

Closed Matthew-McRaven closed 2 months ago

Matthew-McRaven commented 2 months ago

These linked byte converters replicate existing functionality from all Pep/9 applications.

It includes a selectable opcode converter, which is an improvement over the static opcode text of Pep/9. Additionally, it will use a placeholder glyph for unprintable characters.

Closes #286. Provides opcode decoder for #389.