diff --git a/Makefile b/Makefile index e381efc5..ec3468bc 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \ kldcp libdoc lisp _mail_ midas quux scheme manual wp chess ms BIN = sys2 emacs _teco_ lisp liblsp alan inquir sail comlap c decsys moon \ graphs draw datdrw fonts fonts1 fonts2 games macsym maint imlac \ - _www_ + _www_ hqm SUBMODULES = dasm itstar klh10 mldev simh sims supdup tapeutils diff --git a/README.md b/README.md index 34fb9f55..596e15c8 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Some major applications: - C10, C compiler - DDT, debugger - Emacs, editor +- Logo, interpreter - Mac Hack VI and Tech II, chess programs - Maclisp, interpreter and compiler - Muddle, interpreter diff --git a/bin/hqm/clogo.bin b/bin/hqm/clogo.bin new file mode 100644 index 00000000..7ec4082e Binary files /dev/null and b/bin/hqm/clogo.bin differ diff --git a/build/misc.tcl b/build/misc.tcl index 6a194cb3..9573c596 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -1154,6 +1154,14 @@ respond "*" ":palx rug;_ar\r" respond "COMPUTER=" "1\r" expect ":KILL" +# CLOGO +respond "*" ":job clogo\r" +respond "*" ":load hqm; clogo bin\r" +respond "*" "purify\033g" +respond "PURIFIED" "\r" +respond "*" ":pdump sys; ts logo\r" +respond "*" ":kill\r" + # 11BOOT respond "*" ":midas /t sys3;ts 11boot_syseng;11boot\r" respond "with ^C" "APR==0\r\003" diff --git a/doc/programs.md b/doc/programs.md index 2bcbb671..8371fcd4 100644 --- a/doc/programs.md +++ b/doc/programs.md @@ -41,6 +41,7 @@ - CHESS2, Alan Baisley's Tech II chess program. - CHTN/CFTP, Chaosnet TELNET and FTP support. - CKR, Alan Baisley's checkers program. +- CLOGO, Logo programming language. - COMIFY, convert HEX to COM format. - COMPLR, Lisp compiler. - COMSAT, mail server.