Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site bunker.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!ittatc!bunker!cam From: cam@bunker.UUCP (Campbell A. Moore) Newsgroups: net.sources.games Subject: Re: pm help needed Message-ID: <1072@bunker.UUCP> Date: Fri, 3-Jan-86 07:56:44 EST Article-I.D.: bunker.1072 Posted: Fri Jan 3 07:56:44 1986 Date-Received: Sat, 4-Jan-86 05:42:36 EST References: <228@sdcc7.UUCP> Reply-To: cam@bunker.UUCP (Campbell A. Moore) Organization: Bunker Ramo, Trumbull Ct Lines: 22 Summary: In article <228@sdcc7.UUCP> ee178acb@sdcc7.UUCP (DARIN JOHNSON) writes: >I can't seem to get anything to print out to the screen when running >the pac-man like `pm'. However, if I redirect output, something is >happening. I am on a Pyramid OSx. Any ideas? > >Darin Johnson >(flsbuf.c is greek to me) This program has a byte order dependency problem, that is, it passes the address of a variable when writing one byte. The authors machine presumably has low byte first so it works, but on my 68000 system I was always writing the high order 0 until I copied the variable to a new char variable and used its address. When the output is not going to stdout, different code is used. I apologize for not giving you the file name where the problem exists. I have it all at home and am describing it from memory, but I hope this is sufficient to let you find it. Cam Moore Bunker Ramo Information Systems decvax!ittatc!bunker!cam