Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!sdcsvax!nosc!marlin!aburto From: aburto@marlin.UUCP (Alfred A. Aburto) Newsgroups: comp.sys.amiga Subject: Re: Wanted: Good Debugger (hopefully PD) Message-ID: <929@marlin.UUCP> Date: Wed, 21-Jan-87 11:22:26 EST Article-I.D.: marlin.929 Posted: Wed Jan 21 11:22:26 1987 Date-Received: Thu, 22-Jan-87 00:20:10 EST References: <2846@gitpyr.gatech.EDU> <1234@cbmvax.cbmvax.cbm.UUCP> Reply-To: aburto@marlin.nosc.mil.UUCP (Alfred A. Aburto) Organization: Naval Ocean Systems Center, San Diego Lines: 22 Keywords: Broke Desperate Frustrated In article <1234@cbmvax.cbmvax.cbm.UUCP> carolyn@cbmvax.UUCP (Carolyn Scheppner) writes: > > The example is meant to demo how to Open a file (PRT: in this case), >Write() to it, fprintf() to it, and Close it. It also shows how to use >printf() and getchar() from assembler. (Handy for debugging) > > Please excuse any stupid code. I use 68000 assembler very little and >I don't yet know all of the instructions. > > carolyn > ********************************** Thanks alot for the example assembly program. It was not clumsy, and there was nothing 'stupid' about it. Example programs like this are very helpful and they are appreciated. Like to see more. You mentioned the device.library in one of your earliar messages. The ROM Kernal manual has has a very good example showing how to output text to a window but no example for getting keyboard inputs. An assembly example here would be helpful. Al Aburto ***********************************