Re: Spot the error

1999-09-10 Thread Simon Cooke
> A bit to much C programming. I guess ??? You can tell, can't you? :) Though if we're being pedantic, those comment styles are only valid for C++ ;) Si

Re: Spot the error

1999-09-10 Thread Edwin Blink
> From: "Simon Cooke" <[EMAIL PROTECTED]> > ... this should do it. While you're testing, you may want to do this > instead: ... snap snap ... > OR 96 // mode 4 > OUT (VMPR),A > LD SP,alt.stack > EI // if yo

Re: Spot the error

1999-09-09 Thread Simon Cooke
LD A,4 OUT (&FE),A JP loop - Original Message - From: Thomas Harte <[EMAIL PROTECTED]> To: SAM Mailing List Sent: Thursday, September 09, 1999 10:18 AM Subject: Spot the error > I've been persuaded that rather than mes

Spot the error

1999-09-09 Thread Thomas Harte
I've been persuaded that rather than messing about with mode 2 interrupts, since I can on the SAM, it would be better to put the screen into 32768+, get rid of the ROM and use the low 32kb for program and data. Though Andrew Collier did post some example to do this ages ago when I asked so