From 2c068ecc21a972aa00f2871a4405e31547bf765a Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Nov 2022 22:53:44 -0500 Subject: overflow checking --- tests/tiny.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/tiny.c (limited to 'tests') diff --git a/tests/tiny.c b/tests/tiny.c new file mode 100644 index 0000000..2e6643f --- /dev/null +++ b/tests/tiny.c @@ -0,0 +1,9 @@ +// no dependencies no bss + +void entry(void) { + __asm__ ( + "mov $1, %eax\n" + "mov $0, %ebx\n" + "int $0x80\n" + ); +} -- cgit v1.2.3