>>889
HSP2.xで命令だったものが、HSP3.xで関数に変わってるため。

[HSP2.x] peek b,a,1

[HSP3.x] b=peek(a,1)

変更された命令等については /docs/update.htm 参照。