Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> writes:

>
> There are no modern processors with an opcode for incrementing a memory
> location!?  At least my C64 can do that.  ;-)

Indeed!  I remember a simple use was to make the border change colour
very fast, a v. cool effect when you're 12!
 
        CLV
LOOP:   INC $D020
        BVC LOOP

(from memory, untested!)

-- 
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to