mirror of
https://github.com/livingcomputermuseum/pdp7-unix.git
synced 2026-02-24 08:13:05 +00:00
clarify WHICH "Read In Mode" we mean!
This commit is contained in:
@@ -230,7 +230,7 @@ elsif ($format eq 'ptr') { # dump absolute memory in PTR binary
|
||||
punch($Mem[$loc] || 0);
|
||||
}
|
||||
}
|
||||
elsif ($format eq 'rim') { # PDP-7 Read In Mode
|
||||
elsif ($format eq 'rim') { # PDP-7 (secondary) Read In Mode
|
||||
for my $loc ( 0 .. $#Mem ) {
|
||||
if (defined($Mem[$loc])) {
|
||||
punch(0040000 | $loc ); # DAC addr
|
||||
|
||||
Reference in New Issue
Block a user