garritfra / qbe-rs

QBE IR in natural Rust data structures
https://c9x.me/compile
Other
80 stars 7 forks source link

Support for `blit` operation. #19

Closed garritfra closed 1 year ago

garritfra commented 1 year ago

v1.1 of QBE will feature a new blit instruction.

   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.