From 52d8eda04d1e2e33bf4c09713d83360453cec435 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 9 Apr 2024 20:41:43 +0300 Subject: add blit to instructions --- tests/blit.qbt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/blit.qbt (limited to 'tests/blit.qbt') diff --git a/tests/blit.qbt b/tests/blit.qbt new file mode 100644 index 0000000..b8fa0d3 --- /dev/null +++ b/tests/blit.qbt @@ -0,0 +1,9 @@ +main() +{ + /* alloc */ + i27 a = ^ 16; + i27 b = ^ 16; + /* blit */ + b <<* 16 a; + => (); +} -- cgit v1.3