GMOVE is a software blitter for the Sinclair QL
implemented as a BASIC extension
made by Linus B Torvalds, (C) 1986 LBT-soft

Syntax
GMOVE(#chnl),xsrc%,ysrc%,xobj%,yobj% TO xdst%,ydst%

chnl  = Channel number of window
xsrc% = X source position within window
ysrc% = Y source position within window
xobj% = X block size to be moved
yobj% = Y block size to be moved
xdst% = X destination position within window
ydst% = Y destination position within window

e.g.
GMOVE#2,xsrc%,ysrc%,xobj%,yobj% TO xdst%,ydst%
