StanWarford / pep9suite

Pep9Suite is a suite of software for the Pep/9 virtual machine described in the text Computer Systems, J. Stanley Warford, fifth edition.
http://computersystemsbook.com
Other
16 stars 7 forks source link

Bug: extra column in ASCII memory view? #116

Closed fstonedahl closed 1 year ago

fstonedahl commented 2 years ago

At least on Linux (haven't checked other OSs), it appears to me that the ASCII view of main memory has 9 columns of characters, when it should only have 8 columns.

fstonedahl commented 2 years ago

Update: here's an image showing the bug.

image

Notice the duplicated values in the 9th column vs 1st column of the next row...

Matthew-McRaven commented 2 years ago

Good eye! I've already put together a fix for our next big release

Matthew-McRaven commented 1 year ago

Fixed in v9.4.1