From d314b2841bf7298a27bea43ca0e42ddfc5505b5f Mon Sep 17 00:00:00 2001 From: Apoorva Ranade Date: Fri, 7 May 2021 21:44:36 +0530 Subject: [PATCH] Dummy.s --- src/main/asm/chocopy/common/dummy.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/asm/chocopy/common/dummy.s diff --git a/src/main/asm/chocopy/common/dummy.s b/src/main/asm/chocopy/common/dummy.s new file mode 100644 index 0000000..dca2717 --- /dev/null +++ b/src/main/asm/chocopy/common/dummy.s @@ -0,0 +1,5 @@ + jr ra + +.globl initchars +initchars: + jr ra \ No newline at end of file