Eric Swenson

Results 126 comments of Eric Swenson

Yeah, sorry -- I read my email in reverse-chronological order and didn't see that you had already indicated that you had found the source.

Hi David, I believe I accidentally sent a partially composed message -- sorry 'bout that. In our application, we need to be able to distinguish between a field whose value...

We should create a new dskdmp tape as soon as we’ve assemble DSKDMP from current sources. And use that from then on. Using the one with DSKDMP RPA6 anytime thereafter...

DIGEST daemon is dying in KA ITS because its list of ITSes doesn't include KA. We shouldn't add the link to the daemon if haven't updated it to include the...

Actually, even after you fix the list of ITSes in DIGEST, it still dies. This time not because there is no entry in the table, but due to an ILOPR...

DIGEST gets an two ILOPRs. The first is here: ILOPR; GOBOPN+4>>MOVEI X,-3(P) X/ 0 E.A. _ CNST20+65 P=17 / -143,,PDL .upc/ 710000,,GOBOPN+4 / MOVEI X,-3(P) ^N GOBOPN+5>>.CALL CNST4+7 (RFNAME) x/...

Actually, it appears the ILOPR is on the previous instruction: ``` adjsp p,4 ``` What is this instruction? I don't see it in the DEC-10 manual. It presumably is supposed...

Thanks, makes sense. We need to fix DIGEST to conditionalize its use for KL and/or replace it with whatever the equivalent would be. There is also a RETURN instruction in...

I think, but haven't tested, that I can replace ADJSP with: ``` ADDI P, n MOVS 1,P ADDI 1, n MOVS 1, P ``` where P is the stack pointer...