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

KA/KI/KL instruction parse error #220

Closed markpizz closed 4 years ago

markpizz commented 4 years ago
sim> DEPOSIT -m 100  DATAI 120,120
sim> EXAMINE -m 100
100:    DATAI 500,120
sim> DEPOSIT -m 100 DATAI 500,120
sim> DEPOSIT -m 100 DATAI 500,120
Invalid argument\
sim> e 100
100:    750040000120
sim> DEPOSIT 100 712040000120
sim> EXAMINE -m 100
100:    DATAI 120,120
sim>
rcornwell commented 4 years ago

Try the current version. If it works I will push it to main simH repo.

markpizz commented 4 years ago

The example I provided seems to work fine now, This is not my domain. I just happened to be fumbling around and saw the problem.. I am not a robust tester of this stuff,,, .

While you're at it, there is a typo:

    {"CONI", DEBUG_CONI, "Show coni instructions"},
    {"CONO", DEBUG_CONO, "Show coni instructions"},

should be:

    {"CONI", DEBUG_CONI, "Show coni instructions"},
    {"CONO", DEBUG_CONO, "Show cono instructions"},
rcornwell commented 4 years ago

Thanks for the catch. I will push this to simh master tonight.