发表于:2006/9/6 18:04:00
#0楼
ld 8002
set so
stl s0
ld x0
set s20
stl s20
out y0
ld x1
set s21
stl s21
out y1
ld x2
set s22
stl s22
out y2
ld x3
set s20
ret
end
我在swopc-fxgp/win-c中可以转换成T型图
在GXDEVELOPER中转换的不一样
set so
stl s0
ld x0
set s20
stl s20
out y0
ld x1
set s21
stl s21
out y1
ld x2
set s22
stl s22
out y2
ld x3
set s20
ret
end
我在swopc-fxgp/win-c中可以转换成T型图
在GXDEVELOPER中转换的不一样