On Wed, Feb 3, 2016 at 4:24 PM, erik quanstrom <[email protected]> wrote: > i love the consistency from one architecture to another.
Just like how different architectures use different order for CMP arguments. Very consistent. Or just how some architectures use typed registers, and some use different-sized instruction variants. Or just how most instructions use left-to-right dataflow order, some instructions use right-to-left. I could go on. Plan 9 assembly is nice because it looks mostly the same, and the simple addressing modes are mostly consistent, but it's far from being really consistent between architectures. -- Aram Hăvărneanu
