In immediate mode, the data to be used is part of the instruction ( for example, the li instruction stands for " load immediate," because the number to be loaded is part of the instruction itself ). 在立即寻址模式中,要使用的数据是指令的一部分(例如li指令就表示“立即加载(LI)”,这是因为要加载的数字就是这条指令本身的一部分)。
Note that you used the ila instruction (" immediate load address ") to load the address of the buffer. 注意,这里使用了ila指令(意思是“immediateloadaddress”)来加载缓冲区的地址。