From 59148d666a78d671198d56caabe7fe4d7fb3fee1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 31 Mar 2024 23:09:14 +0300 Subject: produce some very limited assembly output + Several subsystems missing critical features, but enough to do some basic things like calling procedures, printing to screen and doing loops --- tests/5.qbt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/5.qbt (limited to 'tests/5.qbt') diff --git a/tests/5.qbt b/tests/5.qbt new file mode 100644 index 0000000..213592e --- /dev/null +++ b/tests/5.qbt @@ -0,0 +1,5 @@ +main() +{ + &_putchar(i9 'H') => (); + => (); +} -- cgit v1.3