These names are both shorter and clearer. That mov is internally a
special case of bitop is an implementation detail, not something the
assembly programmer should worry about. Likewise, mov_imm isn't a
general move -- mov has that honour -- it's specifically move immediate.
These names are both shorter and clearer. That mov is internally a special case of bitop is an implementation detail, not something the assembly programmer should worry about. Likewise, mov_imm isn't a general move -- mov has that honour -- it's specifically move immediate.
Signed-off-by: Alyssa Rosenzweig alyssa@rosenzweig.io