代码搜索:数据存储
找到约 10,000 项符合「数据存储」的源代码
代码结果 10,000
www.eeworm.com/read/373729/9441397
doc 操作数据存储.doc
www.eeworm.com/read/160574/10517570
txt 数据存储实验1.txt
;该程序在0x1000开始的8个地址填写0xaaaa,然后读出,并存储到0x1008开始的8个地址。
.mmregs
.text
main: stm #1000h,ar1
rpt #07h
st 0aaaah,*ar1+
stm #7h,ar3
stm #1000h,ar1
stm #1008h,ar2
loop: ld *ar1+,t
s
www.eeworm.com/read/160574/10517574
txt 数据存储实验2.txt
**************************************************
*This routine uses the MVDD instuction to move
*information in data memory to other data memory
*locations.
*************************************
www.eeworm.com/read/140688/13067341
txt 数据存储实验1.txt
;该程序在0x1000开始的8个地址填写0xaaaa,然后读出,并存储到0x1008开始的8个地址。
.mmregs
.text
main: stm #1000h,ar1
rpt #07h
st 0aaaah,*ar1+
stm #7h,ar3
stm #1000h,ar1
stm #1008h,ar2
loop: ld *ar1+,t
s
www.eeworm.com/read/140688/13067342
txt 数据存储实验2.txt
**************************************************
*This routine uses the MVDD instuction to move
*information in data memory to other data memory
*locations.
*************************************