[Simh] examine octal and ascii in SimH

Will Senn will.senn at gmail.com
Sat Feb 20 11:20:02 EST 2016


In SimH:

It is possible to display bytes in ASCII form:
sim> e -c 1032-1034
1032:    AB
1034:    C<000>

It is also possible to display words in octal:
sim> e 1032-1034
1032:    041101
1034:    000103

Is it possible to display bytes in octal, or bytes in both ASCII and 
Octal at the same time?
1032 101 A
1033 102 B
1034 103 C
1035 000 NUL

or even just the octal bytes themselves?:
1032 101
1033 102
1034 103
1035 000

Thanks,

Will




More information about the Simh mailing list