Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added TECO Pi macro creation credit to bin/teco-pi-demo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
57ccbf54aafe552e62535acdd35706c2 |
User & Date: | tangent 2019-05-11 13:03:14.732 |
Context
2019-05-11
| ||
15:17 | Assorted small updates to doc/class-simh.md check-in: b4b89f2f1e user: tangent tags: trunk | |
13:03 | Added TECO Pi macro creation credit to bin/teco-pi-demo. check-in: 57ccbf54aa user: tangent tags: trunk | |
2019-04-26
| ||
16:19 | Updated to latest Autosetup master: my @include and @define features were merged upstream, and it improves syntax error detection for @if. check-in: fb4e965288 user: tangent tags: trunk | |
Changes
Changes to bin/teco-pi-demo.
︙ | ︙ | |||
70 71 72 73 74 75 76 77 78 79 80 81 82 83 | s.send_cmd ("att rk0 " + rk) s.send_cmd ("boot rk0") # Start TECO8 in the simulator under OS/8 s.os8_send_cmd ('\\.', "R TECO") # The macro comes from http://www.iwriteiam.nl/HaPi_TECO_macro.html # # The 248 preceding "UN" in the first line of the macro is the number # of digits of pi to calculate. That value was reached by experiment # as the largest value that runs without crashing TECO with a # # ?MEM STORAGE CAPACITY EXCEEDED # | > | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | s.send_cmd ("att rk0 " + rk) s.send_cmd ("boot rk0") # Start TECO8 in the simulator under OS/8 s.os8_send_cmd ('\\.', "R TECO") # The macro comes from http://www.iwriteiam.nl/HaPi_TECO_macro.html # and it was created by Stanley Rabinowitz. # # The 248 preceding "UN" in the first line of the macro is the number # of digits of pi to calculate. That value was reached by experiment # as the largest value that runs without crashing TECO with a # # ?MEM STORAGE CAPACITY EXCEEDED # |
︙ | ︙ |