From 7e6c621c2b2e56433a529b46eb8d6c64d821e6ba Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Mon, 27 Jan 2020 19:08:36 -0500 Subject: [PATCH] Update test.asm to conform to newest syntax Signed-off-by: Alek Ratzloff --- test.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.asm b/test.asm index 8a49969..08af873 100644 --- a/test.asm +++ b/test.asm @@ -1,6 +1,6 @@ -.data +.section data -.code +.section code storeimm %r0, $0xDEAD storeimm %r1, $16