[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 6502 Multitasking OS announce



ralph.mason@liffe.com (Ralph Mason) wrote:

>After a rethink ( and a quick brushup on 6502 asm :) )......

etc - with an error in iy


>	sal cs_page,x  ; try to get it
This ^^^^^^^^^^^^^^^^^^ should be 
	sar cs_page,x  ; 
	
I never could get my left and right sorted out : )

-Ralph