mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-13 15:27:39 +00:00
clarify WHICH "Read In Mode" we mean!
This commit is contained in:
parent
0e13d1f23b
commit
2b7ff69251
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user