From 7a19179b0f0e22a372eacb791d2ac86155da9e11 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 22 Sep 2024 23:41:30 -0400 Subject: add global makefile, update tests --- test/masm/test.asm | 2 -- test/mld/test.o | Bin 5442 -> 5426 bytes test/msim/test | Bin 5395 -> 9591 bytes 3 files changed, 2 deletions(-) (limited to 'test') diff --git a/test/masm/test.asm b/test/masm/test.asm index d70f3e7..b099c2e 100644 --- a/test/masm/test.asm +++ b/test/masm/test.asm @@ -18,7 +18,6 @@ null: .text .align 2 .globl main -.globl _start # init the heap heap_init: @@ -204,7 +203,6 @@ realloc_free: jr $ra -_start: main: # push return address addi $sp, $sp, -4 diff --git a/test/mld/test.o b/test/mld/test.o index c0a5e03..7cf14c0 100644 Binary files a/test/mld/test.o and b/test/mld/test.o differ diff --git a/test/msim/test b/test/msim/test index f81c617..293d241 100644 Binary files a/test/msim/test and b/test/msim/test differ -- cgit v1.2.3-freya