Re: [stella] Y Adapter

Subject: Re: [stella] Y Adapter
From: "Glenn Saunders" <cybpunks@xxxxxxxxxxx>
Date: Wed, 13 Feb 2002 14:58:31 -0800

Actually the last line is supposed to be:
XX11 XX11  <-X = driving controller grey code

But in my original working driving controller code, I had this:


RotatingLeft  ;    UDRL
	.byte %00001100
	.byte %00001101
	.byte %00001111
	.byte %00001110

	      ;
RotatingRight ;    UDRL
	.byte %00001100
	.byte %00001110
	.byte %00001111
	.byte %00001101

Is the bit ordering reversed with .byte syntax or something?

I'm a little confused here.


_________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread