From 7bcaa080b9201a807c233cd9ebad0e0a8c074818 Mon Sep 17 00:00:00 2001 From: zongor Date: Sun, 13 Jul 2025 00:19:58 -0400 Subject: [PATCH] rename for better text highlight --- test/{add.s => add.asm} | 0 test/{fib.s => fib.asm} | 0 test/{loop.s => loop.asm} | 0 test/{simple.s => simple.asm} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/{add.s => add.asm} (100%) rename test/{fib.s => fib.asm} (100%) rename test/{loop.s => loop.asm} (100%) rename test/{simple.s => simple.asm} (100%) diff --git a/test/add.s b/test/add.asm similarity index 100% rename from test/add.s rename to test/add.asm diff --git a/test/fib.s b/test/fib.asm similarity index 100% rename from test/fib.s rename to test/fib.asm diff --git a/test/loop.s b/test/loop.asm similarity index 100% rename from test/loop.s rename to test/loop.asm diff --git a/test/simple.s b/test/simple.asm similarity index 100% rename from test/simple.s rename to test/simple.asm