home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!emory!sol.ctr.columbia.edu!eff!world!moshier
- From: moshier@world.std.com (Stephen L Moshier)
- Newsgroups: comp.dsp
- Subject: Re: Double-buffered SSI on M56001
- Message-ID: <BxH96t.Et9@world.std.com>
- Date: 10 Nov 92 01:52:04 GMT
- Article-I.D.: world.BxH96t.Et9
- References: <40697@sdcc12.ucsd.edu> <BxEqML.4pM@world.std.com> <40768@sdcc12.ucsd.edu>
- Organization: The World Public Access UNIX, Brookline, MA
- Lines: 15
-
- The two instructions are, for example,
-
- movep x:<<TXRX,y:(r7)+ ;read receiver
- nop
-
- or, to go both ways,
-
- movep x:<<TXRX,y:(r7)+ ;read receiver
- movep y:(r7)+,x:<<TXRX ;write transmitter
-
- Don't try to do software engineering on a DSP chip. What you describe
- as problems are actually features!
-
-
-
-