jeffpar / pcjs.v1

PCjs Machines 1.0 (archived)
https://github.com/jeffpar/pcjs.org
GNU General Public License v3.0
475 stars 92 forks source link

PDP-11/70 doesn't increment the address as data is Deposited #56

Closed JamesHagerman closed 6 years ago

JamesHagerman commented 6 years ago

Hi there,

I understand your pdp-11 emulator hasn't received as much focus as some of the other machines, but it seems, currently, as though the address doesn't increment as you Deposit data.

I'm new to PDP-11's so this might be wrong, however, the PDP-11/40 (and 70) js emulator you started from seems to work this way. I also remember reading mention of it in the PDP-11 manual earlier today.

Just a heads up!

Thanks, James

jeffpar commented 6 years ago

Looks like a problem. Thanks for mentioning it. Should be an easy fix.

jeffpar commented 6 years ago

Should be fixed in v1.60.1 now. Thanks.

JamesHagerman commented 6 years ago

Awesome! Good to know! I'll test it when I get a chance!