architecture spec. In particular, the architecture spec tends to use
"Move" for instructions that transfer data between registers. Here are
two approaches.
-
+**
+```
a. Model the instructions on li (Load Immediate), an extended mnemonic for
addi.
fmvis --> Floating Load Immediate Single (flis)
I prefer (a), because I think it's confusing to treat these instructions,
which don't access storage, like instructions that do access storage.
-**
+```
the fact that they bypass D-Cache and correspondingly raise no flags or
exceptions is the connection to `ld`. despite that i like (a) as well