First, some background on this question: Today, I was looking for an explanation of how test works in assembly. Unfortunately, I can't seem to find an answer in google, because "test", "assembly", etc. are all common words that are too often used in other cases. Eventually I found some information by searching for "conditional branch", which isn't quite what I'm looking for, but is a good enough starting place.
My question for you is, where do I go for information on low level computer operations? e.g. if I want to find out how a branch statement works, or how the cpu cache functions, or what happens to the extra bit when you shift a register? How do I search for these?
Find about microprogramming, or if that's not enough, there is nano programming. There was a nano programmed computer some decades back (a classic) but I can't remember the name.
For microprogramming, you might like to play with this. It's a microprogrammable processor architecture simulator, and there are some example architectures to download too.