Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!dillon From: dillon@ucbvax.ARPA (The Sherif "Matt D.") Newsgroups: net.micro.cbm Subject: Re: chkin C64 problem ($FFC6) Message-ID: <4522@ucbvax.ARPA> Date: Fri, 1-Feb-85 12:21:02 EST Article-I.D.: ucbvax.4522 Posted: Fri Feb 1 12:21:02 1985 Date-Received: Sat, 2-Feb-85 11:59:20 EST References: <378@isrnix.UUCP> Organization: University of California at Berkeley Lines: 19 YUCC! Do not use CHKIN for disk I/O, It's slow enough already. Also, you loose your keyboard input channel during I/O (You loose your screen output channel when outputing to disk). For serial I/O, use the base TALK, LISTEN, TKSA, SECOND, etc... (This is not for the weak heart). > read in a SEQ file. Everything is fine until is does the > JSR $FFC6. Which probably means that you did something wrong before you called the routine. Letsee... You set-up the parameters, call OPEN (or something like that), then call a routine which sets the input device before you use CHKIN, did you do all that? Once you get this working, don't forget to close the channel or you will be roally scr*wed. Matt Dillon