Hi! I just read through the entire thing in one sitting. I tried learning assembly a couple of times, but I never actually understood it until I read this. Thank you. The entire guide is written in a friendly manner that made it easy to understand.
I noticed a couple of things:
In the 'Conditionals' chapter, on line 33, what is rdi ? In it's place, shouldn't there be rbx?
In the 'Loop De Loop' chapter in the function .calculatePower which starts on line 48, there is no mention of rbx which is the base. I don't entirely understand this.
In the 'Uppercaser' chapter on line 44 rdi has been described twice. Shouldn't that be rsi in its place?
Hi! I just read through the entire thing in one sitting. I tried learning assembly a couple of times, but I never actually understood it until I read this. Thank you. The entire guide is written in a friendly manner that made it easy to understand.
I noticed a couple of things:
Hoping this helps.