Closed garritfra closed 1 year ago
v1.1 of QBE will feature a new blit instruction.
blit
blit %src, %dst, NN
This will copy NN bytes from address %src to address %dst. NN must be a constant number and cannot be a temporary.
NN
%src
%dst
v1.1 of QBE will feature a new
blit
instruction.This will copy
NN
bytes from address%src
to address%dst
.NN
must be a constant number and cannot be a temporary.