Jens Alfke wrote:
> PS: I’m not aware of _any_ current CPUs that can increment main memory
>     in one instruction, atomically or not.

X86(-64) has always had "INC [mem]" and "LOCK INC [mem]".

And MSP430 calls itself RISC, but is so orthogonal that any operand
can be in memory.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to