代码clear
clc
instr = zeros(512,1);
fidy=fopen('data.txt','r');
i = 1;
while feof(fidy) == 0
line = fgetl(fidy);
inst
2021-09-08