home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / d / k12ip1.odt < prev    next >
Text File  |  2020-01-01  |  2KB  |  68 lines

  1. This is an example of an ODT session to manually enter the IPL1.SV program
  2. followed by an explicit SAVE command.  This is identical to loading the
  3. binary produced by IPL1.PA, a customized version of K12IPL.PAL.  Locations
  4. marked with * are modified according to the REC parameter; locations marked
  5. with ** are modified according to the SEN parameter; locations marked with
  6. *** are modified according to the BRATE parameter.  All values in this
  7. example are obtained using default parameters. All commands are normally
  8. terminated with CR except within ODT.  In ODT all commands are terminated
  9. with LF to automatically advance to the next location, except the final
  10. numeric command which terminates with CR to end the loading. The xxxx
  11. indicates the former contents which are to be ignored.  Exit from ODT is
  12. via ^C.
  13.  
  14. .ODT
  15.  
  16. 00200/xxxx 6032
  17. 00201 /xxxx 1236
  18. 00202 /xxxx 6413         **
  19. 00203 /xxxx 6031
  20. 00204 /xxxx 5203
  21. 00205 /xxxx 6036
  22. 00206 /xxxx 6416         **
  23. 00207 /xxxx 6046
  24. 00210 /xxxx 6406         *
  25. 00211 /xxxx 6211
  26. 00212 /xxxx 4236
  27. 00213 /xxxx 5212
  28. 00214 /xxxx 5217
  29. 00215 /xxxx 4236
  30. 00216 /xxxx 5232
  31. 00217 /xxxx 7106
  32. 00220 /xxxx 7006
  33. 00221 /xxxx 7006
  34. 00222 /xxxx 3635
  35. 00223 /xxxx 4236
  36. 00224 /xxxx 5232
  37. 00225 /xxxx 1635
  38. 00226 /xxxx 3635
  39. 00227 /xxxx 2235
  40. 00230 /xxxx 0177
  41. 00231 /xxxx 5215
  42. 00232 /xxxx 7600
  43. 00233 /xxxx 6203
  44. 00234 /xxxx 5632
  45. 00235 /xxxx 0000
  46. 00236 /xxxx 0007         ***
  47. 00237 /xxxx 6401         *
  48. 00240 /xxxx 5237
  49. 00241 /xxxx 6406         *
  50. 00242 /xxxx 0230
  51. 00243 /xxxx 1256
  52. 00244 /xxxx 7510
  53. 00245 /xxxx 5237
  54. 00246 /xxxx 1255
  55. 00247 /xxxx 7500
  56. 00250 /xxxx 5636
  57. 00251 /xxxx 0254
  58. 00252 /xxxx 2236
  59. 00253 /xxxx 5636
  60. 00254 /xxxx 0077
  61. 00255 /xxxx 7700
  62. 00256 /xxxx 7737
  63. ^C
  64.  
  65. .SAVE SYS IPL1
  66.  
  67. IPL1.SV is now ready to run as documented in K12IPL.PAL.
  68.