发布于 2014-07-04 20:33:13
9楼
L #First_byte_to_write // Offset of the first Byte to write
SLD 3 // build the Pointer format 把写的位置如1、2、3……左移3位,变成字节地址
T LD [AR1,P#6.0] //传给ANY指针的地址值
L B#16#4 // area code global data //装入4
T LB [AR1,P#6.0]//再传给刚才写入的地址值的第8位
SET // indicate of global pointer format置位
S L [AR1,P#6.7]写入低位第8位。
后边几个相当于给间接寻址的地址存储区,84表示共享数据块,也就是构建一个间接寻址的地址