Hacker News new | ask | show | jobs
by zajio1am 79 days ago
As bits are generally not addressable / not ordered, it makes no sense to call CPU architecture big/little bit-endian. That makes sense only for serial lines/buses.
1 comments

Wrong for any CPU with bit manipulation instructions... which is nearly all of them.