Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!think!mit-eddie!moore From: moore@mit-eddie.MIT.EDU (Andrew M. Moore) Newsgroups: net.micro.trs-80 Subject: Re: Model 100 Editor Entry Point? Message-ID: <2470@mit-eddie.MIT.EDU> Date: Fri, 4-Jul-86 10:30:18 EDT Article-I.D.: mit-eddi.2470 Posted: Fri Jul 4 10:30:18 1986 Date-Received: Sat, 5-Jul-86 05:38:19 EDT References: <386@atari.UUcp> Distribution: na Organization: M.I.T. EE/CS Computer Facility, Cambridge MA Lines: 20 Keywords: 100 ROM Summary: Model 100 TEXT entry point In article <386@atari.UUcp>, jwt@atari.UUcp (Jim Tittsler) writes: > I have a Model 100 BASIC program that would benefit by being able to > invoke the 100's text editor to edit a ".DO" file, and then return to > my program when done. Ideally I would like to make a call with a pointer > to a filename string, let the user edit that file, and then return when > the user finishes the edit by pressing F8. Anyone know of a way to > do this? Thanks for your email responses. The entry point for TEXT is 24046 (5DEEH). I know that it is possible to change the menu/exit key somehow to return to BASIC, but I am not sure how. Some programs (such as X-Tel) do this. To pass the filename to the editor, you can put the filename characters in the keyboard buffer (by POKing them to the appropriate locations). I'm not sure where the keyboard buffer is located offhand, but try one of the many list-of-pokes list that you find lying around CompuServe, etc. -drew arpa: MOORE%MIT-EECS@MIT-MC.ARPA uucp: ...mit-eddie!moore us: Box 121, North Quincy, MA 02171