I've decided to attempt to get a non-EAE version of U/W focal going. I
don't have the chops to take the
8XFPP.PA and
8XFIO.PA modules and
rewrite them to be non-EAE, but I have started writing a one-pager that
substitutes for the EAE calls in those two modules. It currently mostly
doesn't work.
I've got the MUY and DVI emulations passing basic smoke tests.
Check it out in the uwf branch of the PiDP-8/i repo at
tangentsoft.com:
https://tangentsoft.com/pidp8i/timeline?r=uwf
I've got my module integrated into U/W FOCAL, building and walking, if not running:
```
RU RKA1:UWFNOE
*t 3
4.095864011E+03*T PI
3.141721908E+00*T 3
?22.65
*T 3
?22.65
*T PI
3.141721908E+00*
*T 3.1
?22.65
*^C
.$.[A^U
.RU RKA1:UWFNOE
*T 3 + 4
8.190766548E+03*^C
.R RKA1:UWFNOE
RKA1.SV NOT FOUND
.RU RKA1:UWFNOE
*T 2
4.098286172E+03*T 2
?22.65
*^C```
Additional eyes on the code and helpful comments are most welcome.
-Bill