Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files in <MDLLIB> #4

Open
ZoBoRf opened this issue Aug 1, 2019 · 1 comment
Open

Missing files in <MDLLIB> #4

ZoBoRf opened this issue Aug 1, 2019 · 1 comment

Comments

@ZoBoRf
Copy link
Member

ZoBoRf commented Aug 1, 2019

https://github.com/PDP-10/muddle/blob/master/%3Cmdl.comp%3E/pdmp.save.6 references DSK:<MDLLIB>SORTX.NBIN, which is missing among others.

On TOPS-20 we can say:

mdl105
MUDDLE 105 IN OPERATION.
LISTENING-AT-LEVEL 1 PROCESS 1
<SET V [1 MONEY 2 SHOW 3 READY 4 GO]>$
[1 MONEY 2 SHOW 3 READY 4 GO]

<SORT <> .V 2 1>$
[4 GO 1 MONEY 3 READY 2 SHOW]

SORT calls the SUBR SORTX which I am trying to find the source code for, because

On ITS SORTX is currently missing:

:muddle
MUDDLE 56 IN OPERATION.
LISTENING-AT-LEVEL 1 PROCESS 1
<SET V [1 MONEY 2 SHOW 3 READY 4 GO]>
<SORT <> .V 2 1>$
[1 MONEY 2 SHOW 3 READY 4 GO]

*ERROR*
UNASSIGNED-VARIABLE
SORTX
GVAL
LISTENING-AT-LEVEL 2 PROCESS 1
@larsbrinkhoff
Copy link
Member

Thanks for testing ITS Muddle, this is something we need more of. We haven't found any ITS directory corresponding to MDLLIB, so for now everything is missing. The plan for the future is to try to port TOPS-20 MDLLIB back to ITS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants