• If you needed a Z-machine interpreter for 2.11BSD...

    From Adam Thornton@21:1/5 to All on Sat Jan 4 05:22:26 2020
    I've got you covered.

    https://github.com/athornton/pdp11-zterp/

    If you aren't running a PDP-11 with 2.11BSD on it, you may be disappointed.

    Adam

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From news@zzo38computer.org.invalid@21:1/5 to Adam Thornton on Sat Jan 4 22:24:51 2020
    adam@fsf.net (Adam Thornton) wrote:

    https://github.com/athornton/pdp11-zterp/

    I don't have a PDP-11 computer, but nevertheless here is a patch (which
    is, of course, untested):

    To implement permanent shifts, replace line 231-232 of text.c with:

    shift_lock=shift_state;
    shift_state=code-3;
    if(shift_lock && shift_lock!=shift_state) shift_lock=shift_state=0;

    (This is based on the version as of commit 2be7a18)

    --
    Note: I am not always able to read/post messages during Monday-Friday.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adam Thornton@21:1/5 to news@zzo38computer.org.invalid on Tue Jan 7 04:27:32 2020
    In article <1578176131.bystand@zzo38computer.org>,
    <news@zzo38computer.org.invalid> wrote:
    adam@fsf.net (Adam Thornton) wrote:

    https://github.com/athornton/pdp11-zterp/

    I don't have a PDP-11 computer, but nevertheless here is a patch (which
    is, of course, untested):

    To implement permanent shifts, replace line 231-232 of text.c with:

    shift_lock=shift_state;
    shift_state=code-3;
    if(shift_lock && shift_lock!=shift_state) shift_lock=shift_state=0;

    (This is based on the version as of commit 2be7a18)

    Thanks. I'll try it at some point.

    Adam

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)