rcornwell / sims

Burroughs B5500, ICL1900, SEL32, IBM 360/370, IBM 7000 and DEC PDP10 KA10/KI10/KL10/KS10, PDP6 simulators for SimH
http://sky-visions.com
95 stars 20 forks source link

kl10 simh console doesn't seem to always like AC 17 #307

Closed jeffgunter closed 1 year ago

jeffgunter commented 1 year ago

sim> dep 16 move 17,1 Invalid argument sim> dep 16 move 15,1 sim> dep 16 blt 17,1 Invalid argument sim> dep 16 movem 17,1 Invalid argument sim>

rcornwell commented 1 year ago

First you need -m to input assembly language. Also registers are FM there technically is memory at address 0-20. But I am unsure why you are getting invalid argument.

rcornwell commented 1 year ago

Fixed it. You need to use FM[16] to modify a register.