home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG092.ARK / ADDEND2.TXT < prev    next >
Text File  |  1986-10-18  |  3KB  |  61 lines

  1. 1000#JUST ON
  2. 1040#PAGE 66,58,7
  3. 1060#PNUM 251
  4. 1080#SPACE 1
  5.  1090#title Secretary Addendums
  6. 1095\
  7. '1100<ADDENDUM 9.5/9.6 (JULY 15, 1980)
  8. 1110 
  9. J11201) Control-D now works like it does in North Star BASIC.  To get the
  10. L1130   second occurrance of a character, enter control-d and the character
  11. I1140   a second time.  You do not have to enter the character itself to
  12. &1150   fill in the first occurrance.
  13. 1160 
  14. N11702) The @ character can be used as a valid input character.  It no longer
  15. 21180   will be accepted as an editing character.
  16. 1190 
  17. L12003) BOOT has been changed to always jump to E800.  This is because both
  18. G1210   new single and double density boards have the prom at E800 and
  19. F1220   only the very old single density boards use the prom at E900.
  20. 1230 
  21. K12404) The question about memory size has been deleted from the configure
  22. G1250   procedure.  Instead the program will determine the memory size
  23. K1260   itself.  This is done by writing zeroes throughout memory and then
  24. N1270   reading them back.  When it does not get a zero back, it assumes that
  25. L1280   is the top of memory.  If this top does not fall on a page boundry,
  26. J1290   the message "MEMORY ERROR AT XXXX" will be printed warning you of
  27. K1300   a possible memory problem.  If you want to force the top of memory
  28. J1310   to be something other than the true top, change the top-of-memory
  29. 0   variable at 2D41H.
  30. 1330 
  31. I13405) The word PAGE has been eliminated from the first line during the
  32. B1350   PRINT command.  Page numbers will still appear as before.
  33. 1360 
  34. H13706) When you edit a line using the EDIT command, a right arrow will
  35. J1380   appear on the line ahead of the edited line.  The purpose of this
  36. F1390   is to indicate that what comes next is the edited line and to
  37. J1400   shift the line over one character to line up with any lines above
  38. /1410   it that you may want to pattern after.
  39. 1420 
  40. M14307) Bugs in BSAVE/BLOAD, comment lines, and NSAVE have been checked out.
  41. K1440   Since many double density users are also using quad density, NSAVE
  42. H1450   does not check for room on a disk.  This is because a file that
  43. K1460   would not fit on a double density disk would fit on a quad density
  44. K1470   disk by writing on the second side.  Someone with a double density
  45. M1480   disk, however, may get a disk error trying to write to a nonexistant
  46. K1490   track in the last file on the disk.  This is not a bug, but rather
  47. H1500   a lack of intelligence by the program.  If you get a disk error
  48. G1510   trying to NSAVE the last file on a disk, simply put in another
  49. H1520   disk with more space.  Also remember that the file size created
  50. L1530   during NSAVE is four blocks larger than the size displayed with the
  51. D1540   FREE command.  The line number bug in BSAVE has been fixed.
  52. 1550 
  53. +15608) The data area now begins at 6100H.
  54. 1570 
  55. I15809) The default system, prior to using CONFIGURE, is now set for 24K
  56. I1590   of memory starting at 2000H, a 24 line CRT, a 78 character input
  57. F1600   line, continuous forms printer, and line wrap around enabled.
  58. 1610 
  59. G162010) When using the insert feature in EDIT, the line length may go
  60. A1630   beyond the screen length to a maximum of 138 characters.
  61.