Re: read this promgram,please



spamtrap@xxxxxxxxxx schrieb:
what does " shl si,1

All bits of si shift left by 1(si = si * 2).

add si,di" do?

Simple add di to si(si = si + di).

Dirk

.