dbuchwald / 6502

DB6502: 65C02 based computer inspired by BE6502
MIT License
145 stars 30 forks source link

Add printable characters preview in Monitor get function #40

Closed dbuchwald closed 4 years ago

dbuchwald commented 4 years ago

Currently only hex values are displayed, but for printable characters it would be good to print them "as is" as well

dbuchwald commented 4 years ago

Resolved