mox@lemmy.sdf.org to Programming@programming.dev · 1 year agoFFMPEG Assembly Language Lessonsgithub.comexternal-linkmessage-square3linkfedilinkarrow-up154
arrow-up154external-linkFFMPEG Assembly Language Lessonsgithub.commox@lemmy.sdf.org to Programming@programming.dev · 1 year agomessage-square3linkfedilink
minus-squareopi@lemmy.calinkfedilinkarrow-up1·edit-21 year agoAs someone who never really looked at Assembly - maybe don’t just assume all of us knows what ‘GPR’ is. For those maybe wondering, it stands for “General Purpose Registers”. All in all, this is very well written.
minus-squaremox@lemmy.sdf.orgOPlinkfedilinkarrow-up6·edit-21 year ago maybe don’t just assume all of us knows what ‘GPR’ is. For those maybe wondering, it stands for “General Purpose Registers”. That is stated in lesson 1. It’s in the first sentence that mentions “GPR” and in the heading directly above it. (By the way, I’m not the author.)
As someone who never really looked at Assembly - maybe don’t just assume all of us knows what ‘GPR’ is. For those maybe wondering, it stands for “General Purpose Registers”.
All in all, this is very well written.
That is stated in lesson 1. It’s in the first sentence that mentions “GPR” and in the heading directly above it.
(By the way, I’m not the author.)
Thank you. I must have glossed over it.